Open
Bug 1215722
Opened 9 years ago
Updated 2 years ago
filter plugins and gloda index not called for maildir messages moved by filter
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: rkent, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [maildir])
I encountered this while reviewing bug 1211261. Tracing out, the issue is that by skipping the call to MoveNewlyDownloadedMessages at nsParseMailbox.cpp line 2066, m_filterTargetFolders does not get the target folder added, and CallFilterPlugins is never called.
Updated•9 years ago
|
Whiteboard: [maildir]
In some cases, it becomes impossible to move a message to a maildir local folder. If a filter contains such a move, the filter fails silently.
Updated•6 years ago
|
Blocks: maildirblockers
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•