Closed Bug 1619255 Opened 6 years ago Closed 6 years ago

Manually Applying filters on a folder no longer works (maildir)

Categories

(Thunderbird :: Filters, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1529929

People

(Reporter: foss, Unassigned)

Details

(Keywords: regression)

Hello,

Steps to reproduce:

  1. Move a mail inside a folder
  2. 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.

(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?

Flags: needinfo?(aarnaud)
Summary: Applying filters on a folder no longer works → Manually Applying filters on a folder no longer works

John, Walt, can you confirm this behavior using nightly build?

Flags: needinfo?(wls220spring)
Flags: needinfo?(johnlgalt)

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.

Flags: needinfo?(aarnaud)

I use these STR fairly often. Still works for me, and haven't seen any problems.

Keywords: regression

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.

Flags: needinfo?(wls220spring)

How can I provide log to help you?

Flags: needinfo?(mkmelin+mozilla)

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

Flags: needinfo?(mkmelin+mozilla)

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

FYI, my mails are stored in maildir format.

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.

Summary: Manually Applying filters on a folder no longer works → Manually Applying filters on a folder no longer works (maildir)

(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.

Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(johnlgalt)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.