Summary: | kmail automatic filtering doesn't work | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Sascha Manns <saigkill> |
Component: | filtering | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | annma, christiandehne, hobbyblobby, montel, tokoe |
Priority: | NOR | ||
Version: | 2.0.89 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sascha Manns
2010-11-26 16:12:14 UTC
I have the same problem. Automatic filtering doesn't work. But the filtering works if I mark a mail and say "Apply all filters" (CTRL+J). kmail 2 !!! Please use good component I updated to KDE 4.6 beta1 and the migration tool only migrated 4 of ~20 filters I had in kmail 1. Confirmed, KMail2 does not import filters correctly from previous KMail. Hej Sascha, How do the mails from /var/mail come to your Local Folders/inbox? By an external application? Ciao, Tobias Hi Tobias, as i started this Bugreport i had fetchmail who collects all Mails and put this after amavis into my /var/mail. Then i've started to add my Emailaccounts into KMail directly. Then it works. All filter doing their job. So i think we can close the Report. Git commit 77349b1a20cb4e3d2689bcb3148a3c3e36e43492 by Andre Heinecke. Committed on 25/05/2011 at 19:53. Pushed by aheinecke into branch '4.6'. Fix message filtering on startup. When the FilterManager was constructed it tried to filter the unread messages in the inbox before it had loaded the filtersettings. This caused it only to filter new messages while it was running. With this patch the tryToFilterInboxOnStartup function will always be called when new filters are added. (e.g. After the config is read) The delay in which the filter checks if the inbox is valid has also been reduced to avoid situations where the user can look at a mail in the inbox which is about to be filtered. This patch was provided by steveire BUG: 255388 CCBUG: 257984 M +2 -2 mailcommon/filtermanager.cpp http://commits.kde.org/kdepim/77349b1a20cb4e3d2689bcb3148a3c3e36e43492 |