Maybe obvious, but looking at a IMAP:4,Filters:5 log, for a good filter action I see - Imap append to Sent folder (not due to filter) - imap "UID STORE" of flag "label3" in Sent folder - imap FETCH from Sent folder of the message (has label3 flag) - copy of fetched message to LF (not explicitly shown in Filter:5 log) For bad filter action (no tag in LF) I see this: - Imap append to Sent folder (not due to filter) - imap FETCH from Sent folder of the message (label3 not yet applied) - imap "UID STORE" of flag "label3" in Sent folder. - copy of fetched message to LF (not explicitly shown in Filter:5 log) I don't use offline store so that might be why I get random results even with Yury's latest patch.
Bug 2008314 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Maybe obvious, but looking at a IMAP:4,Filters:5 log, for a good filter action I see - Imap append to Sent folder (not due to filter) - imap "UID STORE" of flag "label3" in Sent folder - imap FETCH from Sent folder of the message (has label3 flag) - copy of fetched message to LF (not explicitly shown in Filter:5 log) For bad filter action (no tag in LF) I see this: - Imap append to Sent folder (not due to filter) - imap FETCH from Sent folder of the message (label3 not yet applied) - imap "UID STORE" of flag "label3" in Sent folder. - copy of fetched message to LF (not explicitly shown in Filter:5 log) I don't use offline store so that might be why I get random results even with Yury's latest comment 3 patch. Edit: Didn't see comment 9.. Will now.