Closed Bug 115614 Opened 23 years ago Closed 22 years ago

RFE: Message, Label: Additional Search option

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: t.rother, Assigned: mscott)

References

Details

Attachments

(1 file)

The really GREAT "coloured labels" options should be enhanced: It should be
possible to search for a particular flag throughout the whole profile. The best
solution would be something like a "virtual folder" which contains one type of
labels.
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: esther → laurel
Summary: Message, Label: Additional Search option → RFE: Message, Label: Additional Search option
reassigning to ssu.
Assignee: sspitzer → ssu
Target Milestone: --- → Future
Re-tested on build 20020328. THis RFE is critical for making the labels really
useful. Nominating for mozilla1.0
*** Bug 138085 has been marked as a duplicate of this bug. ***
Related concept:  Bug 139484 (rfe: add label counts to optional folder pane
columns) proposes to optionally identify at a glance in which folders there are
messages labeled important, todo, etc.
*** Bug 151170 has been marked as a duplicate of this bug. ***
marking this a duplicate of newer bug since mscott is taking it on... see bug
162563.

*** This bug has been marked as a duplicate of 162563 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Undoing duplicate resolution since mscott stated he just put in the backend
plumbing for this... leaving this open for UI part.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
right, this bug is about adding the UI to the advanced message search UI to 
take advantage of the BE work that scott's doing for #162563 
Depends on: 162563
I have a fix for this. I need it for something I'm working on. 
Assignee: ssu → mscott
Severity: enhancement → normal
Status: REOPENED → NEW
Target Milestone: Future → ---
Comment on attachment 100776 [details] [diff] [review]
the fix (exposes label searching in the UI for local searches)

r=naving
Attachment #100776 - Flags: review+
Comment on attachment 100776 [details] [diff] [review]
the fix (exposes label searching in the UI for local searches)

sr=sspitzer

+var gLabelStrings = new Array;; 

remove the extra ;

is this something we'll have to fork rules.dat for, or are we ok?

(see that the SenderInAddressBook is commented out.)
Attachment #100776 - Flags: superreview+
I think this was added recently so it should not be checked in until we checkin
that forking rules.dat. 

const nsMsgSearchAttribValue SenderInAddressBook = 47;

107 mscott   1.16     const nsMsgSearchAttribValue Label = 48; /* mail
only...can search by label */


We don't have to worry about waiting for the data fork on rules.dat. You can't
currently filter by lable since labeling is a filter action not a criteria. As
such, no one is writing search queries using labels to disk. Hence, no need to
wait for a fork in filter rules.dat. 

In the case of SenderInAddressbook, that is added as a new filter rule which
effects rules.dat, hence it needs to wait. 
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
OK using oct14 commercial trunk: win98, linux rh6.2, mac OS 10.1
implemented, basically working, label offered and working as search criteria for
local folders/pop... any further issues noticed will be logged separately.
Status: RESOLVED → VERIFIED
Basically working, verified for Mozilla 1.2b Mozilla/5.0 (Windows; U; Windows NT
5.0; en-US; rv:1.2b) Gecko/20021024. A note on the implementation: Right now,
label search seems to be restricted to Local Folders and also IMAP/POP, but only
 in offline status. As it is possible to add labels to POP/IMAP msgs in online
mode, it should also be possible to search in this mode, although it may be a
bit tricky to get the search always being done locally ;-) Same for nntp/news:
labels can be added to certain news msgs in offline and onllne mode. But there
is no possibility to search for them ... Well, I don't know how you guys
implemented this and how complicate it may be, it's just a wish for christmas
from me ;-)
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: