Closed
Bug 540449
Opened 16 years ago
Closed 14 years ago
Search term for junk status doesn't detect unprocessed emails
Categories
(MailNews Core :: Filters, enhancement)
MailNews Core
Filters
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 5.0b1
People
(Reporter: rkent, Assigned: rkent)
Details
(Whiteboard: [has patch])
Attachments
(1 file)
|
12.75 KB,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
I've had support requests where users want to detect message where the junk processing has not been applied. This seems to happen randomly for unknown reasons, and can be seem clearly for users that are running my extension JunQuilla. In theory a search could find these messages, but it is really difficult right now because the junk-related search terms do not allow explicitly for that case. So all of the following should work (and currently don't):
1) junkpercent "does not exist" (also junkpercent > -1 does not work for good messages at the moment for some reason.)
2) junkstatus "empty" or something
3) junkstatusorigin "empty"
| Assignee | ||
Comment 1•14 years ago
|
||
We don't need junkPercent and junkStatusOrigin, only junkStatus to detect unprocessed junk mail.
Attachment #529232 -
Flags: review?(dbienvenu)
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch]
Updated•14 years ago
|
Attachment #529232 -
Flags: review?(dbienvenu) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Changing description to reflect what will actually get fixed.
Summary: Search terms for junk (status, origin, and percent) don't detect unprocessed emails → Search term for junk status doesn't detect unprocessed emails
| Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 529232 [details] [diff] [review]
Allow junkStatus isEmpty and isntEmpty
Checked in http://hg.mozilla.org/comm-central/rev/09e5bddbead8
| Assignee | ||
Updated•14 years ago
|
Severity: normal → enhancement
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a4
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Comment on attachment 529232 [details] [diff] [review] [review]
> Allow junkStatus isEmpty and isntEmpty
>
> Checked in http://hg.mozilla.org/comm-central/rev/09e5bddbead8
http://hg.mozilla.org/releases/comm-2.0/rev/fd7d04cd761e
You need to log in
before you can comment on or make changes to this bug.
Description
•