Closed
Bug 1497009
Opened 7 years ago
Closed 7 years ago
Mail context menu starts with separator in "normal" folders, not Drafts and Templates
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Tracking
(thunderbird_esr6063+ fixed, thunderbird63 wontfix, thunderbird64 fixed)
VERIFIED
FIXED
Thunderbird 64.0
People
(Reporter: jorgk-bmo, Assigned: Paenglab)
Details
Attachments
(1 file)
|
1.40 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Looks like there is a mechanism to hide "Edit Draft Message" and "New Message from Template" / "Edit Template", but it forgot to hide the following separator.
Looks slightly odd in TB 60 and I'm surprised no one has complained yet.
Richard, could you please take a look.
Flags: needinfo?(richard.marti)
| Reporter | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
No, your separator is in the Go menu. It's more this one.
https://searchfox.org/comm-central/rev/42bb5729167259ec2cdcabdb4bb816ae91b4156f/mail/base/content/mainPopupSet.inc#1300
Flags: needinfo?(richard.marti)
| Reporter | ||
Comment 3•7 years ago
|
||
Right, and the context menu seems to be done in code:
https://searchfox.org/comm-central/source/mail/base/content/mailContextMenus.js
And there they are busily hiding the draft and edit commands but not the separator :-(
| Assignee | ||
Comment 4•7 years ago
|
||
This should do it.
| Reporter | ||
Comment 5•7 years ago
|
||
Comment on attachment 9015084 [details] [diff] [review]
1497009-hideSeparator.patch
Works great. Thanks. Finally I'll get rid of the ugly separator. Obviously not many people know this trick.
Attachment #9015084 -
Flags: review?(jorgk)
Attachment #9015084 -
Flags: review+
Attachment #9015084 -
Flags: approval-comm-esr60+
Attachment #9015084 -
Flags: approval-comm-beta+
| Reporter | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/bf1c31c2f2b2
Add the mailContext-sep-editTemplate separator to the hideIfAppropriate group. r=jorgk
| Reporter | ||
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 64.0
| Reporter | ||
Comment 7•7 years ago
|
||
status-thunderbird63:
--- → affected
status-thunderbird64:
--- → fixed
status-thunderbird_esr60:
--- → fixed
tracking-thunderbird_esr60:
--- → 63+
| Reporter | ||
Comment 9•7 years ago
|
||
| Reporter | ||
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•