Closed
Bug 185937
Opened 23 years ago
Closed 22 years ago
certain filter criteria (like "has attachment" and "is junk") don't work for pop mail, and should be hidden
Categories
(MailNews Core :: Filters, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4beta
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
(Whiteboard: [adt3])
Attachments
(1 file)
22.05 KB,
patch
|
Details | Diff | Splinter Review |
certain filter criteria (like "has attachment" and "is junk") don't work for pop
mail, and should be hidden.
they are there because of the mail view code.
if we can't make them work (and I doubt it is even possible with some of them
the way our code works), we should hide them from filters, but show them in mail
views.
Comment 1•23 years ago
|
||
Didnt "IS JUNK" work until the filter logic was placed in priority to the Junk
Mail code?
But, there were problems with messages that were being MOVED during a filter
action ... they werent being labelled as Junk Mail ?
Comment 2•23 years ago
|
||
1. I'm not sure that the "As Attachment" item should be removed:
I created a POP filter to move messages with attachments to a specific folder.
When messages are retrieved we do not know whether a message has an attachment
so the message remains in the Inbox. Once it is selected then an attachment icon
appears so it appears that the filter is not working, which is true.
But it actually does serve a purpose. If I select Tools|Run Filters on Selected
Folder then it moves the messages with attachments to the appropriate folder. I
don't know how likely this will happen but someone might find it useful.
Wouldn't this be true for IMAP accounts as well?
2. The "is junk" item seems confusing to have it in the filters dialog when
there is a separate dialog for junk controls so I would agree to its removal.
Assignee | ||
Comment 3•23 years ago
|
||
it can work for filter after the fact, but it doesn't work on incoming mail,
because we don't know if a message has an attachment until we open it, and we
don't know if a message is junk until we analyze it. (there have been requests
to allow users to set the junk status as a filter action, but that's seperate
from filtering on it.)
I say "can work" because if I haven't opened a message or analysed it, we still
might not filter after the fact all messages that have attachments or are junk.
I'd rather not have it the filter UI if it doesn't always work as expected.
The places it does work would be search and mail views, so it should be visible
there.
ninosckha, what do you think about hiding it from the filter UI?
Status: NEW → ASSIGNED
Comment 4•23 years ago
|
||
It's fine to hide it from the filter ui since it doesn't always work.
Assignee | ||
Comment 6•23 years ago
|
||
over to nbaca, since this is view / search / filter related
QA Contact: laurel → nbaca
Target Milestone: --- → mozilla1.3final
Assignee | ||
Comment 7•23 years ago
|
||
this UI change has a=jglick
Assignee | ||
Comment 8•22 years ago
|
||
1.4 beta, I hope.
Target Milestone: mozilla1.3final → mozilla1.4beta
Assignee | ||
Comment 9•22 years ago
|
||
the fix is to define a new table for offline mail filters (pop and movemail
filters) that has the same items as the offline mail filters, except for junk
status and attachment status.
Assignee | ||
Comment 10•22 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 11•22 years ago
|
||
Trunk build 2003-03-25: WinMe, Mac 10.1.5, Linux RH 8
Verified Fixed. Message filters for POP accounts no longer display "has
attachment" or "is junk" options. IMAP accounts still do not display this
criteria as well.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 12•22 years ago
|
||
*** Bug 183104 has been marked as a duplicate of this bug. ***
Updated•21 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
•