Closed
Bug 195741
Opened 22 years ago
Closed 22 years ago
Only base db views should persist type and flags
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 189007
People
(Reporter: neil, Assigned: Bienvenu)
Details
(Keywords: regression)
Currently commandglue.js has a hack to turn a persisted quick search view type
into a show all threads view type. This means that if you show unread threads,
do a quick search, and change folder, that you would lose the memory of the
unread threads, because the quick search view type is erroneously persisting.
Instead, I believe only the normal search views should persist the type and
flags, although quick search might still want to persist the sort order.
Obviously this wasn't a problem before quick search was invented :-)
Reporter | ||
Comment 1•22 years ago
|
||
Even after bug 189007 is fixed commandglue.js will still need the hack.
*** This bug has been marked as a duplicate of 189007 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•