Closed
Bug 293089
Opened 20 years ago
Closed 20 years ago
Context menu for saved search folder doesn't include delete search
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: timeless, Assigned: iannbugzilla)
Details
Attachments
(1 file)
|
2.35 KB,
patch
|
mnyromyr
:
review+
neil
:
superreview+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
steps: 1. create a news account (news.mozilla.org) 2. subscribe to netscape 3. search for summary contains ' ' in netscape 4. save as search folder "local folders\test" 5. right click "test" actual results (context menu): Open in New Mail Window Copy Folder Location - Mark Folder Read Compact This Folder - Search Messages ... (disabled) Properties what's missing? delete.
This was fixed on TB on bug 270643
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
This patch: * Gives "Delete" and "Rename" context menuitems for saved searches (as per TB bug fix)
Attachment #182948 -
Flags: review?(mnyromyr)
Comment 3•20 years ago
|
||
Comment on attachment 182948 [details] [diff] [review] Patch v0.1 (Checked in) After renaming a virtual folder, I'm getting an exception dumped: |failed to get view & sort values. ex = TypeError: gSearchInput has no properties| (-> http://lxr.mozilla.org/mozilla/source/mailnews/base/resources/content/commandgl ue.js#912). This patch does not change anything if the virtual folder's parent server is a news server - unsubscribe is still available as a kind of delete. -> JFTR: a related issue is part of bug 293086.
Attachment #182948 -
Flags: review?(mnyromyr) → review-
Comment 4•20 years ago
|
||
Comment on attachment 182948 [details] [diff] [review] Patch v0.1 (Checked in) FWIW: after some testing I found out that all my testing profiles must have been broken somehow and result in the (caught) exception mentioned in comment 3 - but likely is that? :-/ Anyway, with a clean profile a can't reproduce anymore... (But I'll keep an eye on that!)
Attachment #182948 -
Flags: review- → review+
Attachment #182948 -
Flags: superreview?(neil.parkwaycc.co.uk)
Comment 5•20 years ago
|
||
Comment on attachment 182948 [details] [diff] [review] Patch v0.1 (Checked in) Heh, you can't delete a saved search from an IMAP account if you're offline!
Attachment #182948 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Comment on attachment 182948 [details] [diff] [review] Patch v0.1 (Checked in) Requesting a= for fairly low risk suite-only patch
Attachment #182948 -
Flags: approval1.8b2?
Comment 7•20 years ago
|
||
Comment on attachment 182948 [details] [diff] [review] Patch v0.1 (Checked in) a=asa
Attachment #182948 -
Flags: approval1.8b2? → approval1.8b2+
Comment on attachment 182948 [details] [diff] [review] Patch v0.1 (Checked in) Checking in mailContextMenus.js; new revision: 1.54; previous revision: 1.53 done
Attachment #182948 -
Attachment description: Patch v0.1 → Patch v0.1 (Checked in)
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 9•19 years ago
|
||
Verified FIXED; it's called Delete Folder. Build: 2006-01-04-09 of SeaMonkey trunk on Windows XP.
Status: RESOLVED → VERIFIED
Component: MailNews: Search → MailNews: Message Display
QA Contact: search
You need to log in
before you can comment on or make changes to this bug.
Description
•