Manually Applying filters on a folder no longer works (maildir)
Categories
(Thunderbird :: Filters, defect)
Tracking
(Not tracked)
People
(Reporter: foss, Unassigned)
Details
(Keywords: regression)
Hello,
Steps to reproduce:
- Move a mail inside a folder
- Apply a filter on the folder manually (from the tool menu) that should move the mail to a specific folder
Result:
The mail isn't moved.
Expected result:
The mail should have moved.
Note:
This is a regression, I don't have this issue months ago.
Note 2:
The filter works as expected if it's applied automatically when receiving a mail.
Note 3:
The reason why I need to apply it manually is because often as startup Thunderbird doesn't apply my filters on my main inbox.
Best regards.
Comment 1•6 years ago
|
||
(In reply to Alex ARNAUD from comment #0)
...
Note:
This is a regression, I don't have this issue months ago.
Can narrow the time range with a better date or version number where this behavior began?
Note 2:
The filter works as expected if it's applied automatically when receiving a mail.Note 3:
The reason why I need to apply it manually is because often as startup Thunderbird doesn't apply my filters on my main inbox.
Do you have a bug# identified for this issue?
Comment 2•6 years ago
|
||
John, Walt, can you confirm this behavior using nightly build?
| Reporter | ||
Comment 3•6 years ago
|
||
Note:
This is a regression, I don't have this issue months ago.Can narrow the time range with a better date or version number where this behavior began?
Unfortunately not, I don't have tried to do a regression check. Mostly because of a knowledge on how to do it properly.
Note 3:
The reason why I need to apply it manually is because often as startup Thunderbird doesn't apply my filters on my main inbox.Do you have a bug# identified for this issue?
Not yet. Usually I'm trying to have a way to reproduce before reporting an issue. Also maybe fixing this one will fix the other.
Comment 4•6 years ago
|
||
I use these STR fairly often. Still works for me, and haven't seen any problems.
Comment 5•6 years ago
|
||
I can't reproduce the behavior.
When I just started Daily, I noticed I had emails in my Inbox that should have automatically been filtered to my Banking folder.
Checked "Manage Message Filters" and that filter wasn't enabled.
I enabled it, ran the filter manually and all messages were moved to the Banking folder.
| Reporter | ||
Comment 6•6 years ago
|
||
How can I provide log to help you?
Comment 7•6 years ago
|
||
Maybe there is some clue either by checking the filter log (There's a button in the Message Filters dialog).
Or does the error console show something when you run it?
You could also get a log using something like export MOZ_LOG=Filters:5,timestamp, see https://wiki.mozilla.org/MailNews:Logging
| Reporter | ||
Comment 8•6 years ago
|
||
I've the following error:
NS_ERROR_FILE_IS_DIRECTORY: Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIMsgFilterList.logStream] FilterListDialog.js:721
runSelectedFilters chrome://messenger/content/FilterListDialog.js:721
oncommand chrome://messenger/content/FilterListDialog.xhtml:1
| Reporter | ||
Comment 9•6 years ago
|
||
FYI, my mails are stored in maildir format.
Comment 10•6 years ago
|
||
I can't reproduce in general (though I did find some other bugs in the process).
Creating a new test folder and moving some messages there, I got this, which is likely related.
JavaScript error: resource:///modules/gloda/MimeMessage.jsm, line 233: NS_ERROR_FILE_NOT_FOUND: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIMsgMessageService.streamMessage]
JavaScript error: resource:///modules/PeriodicFilterManager.jsm, line 119: NS_ERROR_FILE_IS_DIRECTORY: Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIMsgFilterList.logStream]
This bug could be duplicate of bug 1529929.
| Reporter | ||
Comment 11•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #10)
I can't reproduce in general (though I did find some other bugs in the process).
Creating a new test folder and moving some messages there, I got this, which is likely related.
JavaScript error: resource:///modules/gloda/MimeMessage.jsm, line 233: NS_ERROR_FILE_NOT_FOUND: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIMsgMessageService.streamMessage]
JavaScript error: resource:///modules/PeriodicFilterManager.jsm, line 119: NS_ERROR_FILE_IS_DIRECTORY: Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIMsgFilterList.logStream]This bug could be duplicate of bug 1529929.
Indeed, this seems to be a duplicate, yes. So, I don't think my issue is a regression but due to my switch from mbox to maildir.
Description
•