Closed
Bug 489005
Opened 16 years ago
Closed 16 years ago
folder operations are shown/enabled in .eml context menu
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird 3.0b3
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
(deleted),
patch
|
jminta
:
review+
|
Details | Diff | Splinter Review |
Folder operations are not properly disabled/hidden for the context menu of .eml files.
Copy
Move
Copy/move again
Tag
Mark
Delte
... should all be hidden since they can't do anything.
Attachment #373499 -
Flags: review?(jminta)
Comment 1•16 years ago
|
||
Comment on attachment 373499 [details] [diff] [review]
proposed fix
+ ShowMenuItem("mailContext-delete", !hideMailItems && msgFolder);
Does this actually want to be && canMove so that we check msgFolder.canDeleteMessages?
Attachment #373499 -
Flags: review?(jminta) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Good catch! Though actually, (isNewsgroup || canMove) since it's "Cancel message" on ngs.
changeset: 2427:030ba3fa4533
http://hg.mozilla.org/comm-central/rev/030ba3fa4533
->FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
V (on WinXP 64) with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090425 Shredder/3.0b3pre
Thanks, Magnus.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•