Summary: | KMail2 with fetchmail/postfix-fed mbox resource: can't get rid of "changed by another program" alerts | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | anj.tuesday |
Component: | MBox Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | Christoph.Pospiech, kollix, martin.schnitkemper |
Priority: | NOR | ||
Version: | 4.12 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
anj.tuesday
2011-11-23 20:07:04 UTC
Hi, I had the same problem and just found a very simple solution (you may call it a work around). Prerequisites - I am using postfix and procmail for mail delivery. Actually, I have a fetchmail type client that funnels incoming mail through procmail. HOWTO implement - step1 * If not already done, add the line mailbox_command = /usr/bin/procmail to /etc/postfix/main.cf and restart postfix. step2 * If ~/.procmailrc doesn't exist, create this file with the following contents. LOGFILE=<your_choice_of_logfile_name> VERBOSE=yes :0 :<your_choice_of_lock_file_name> <your_$HOME>/.local/share/Linux-mail/ !!! And don't forget the '/' after 'Linux-mail' !!! step3 * send a test mail to your account, procmail will create new, cur and tmp sub directories in <your_$HOME>/.local/share/Linux-mail/ as needed. step4 * Open kmail2, Settings->Konfigure kmail->Accounts->receiving and add a new akonadi resource of type maildir, pointing to <your_$HOME>/.local/share/Linux-mail step5 * wait some time for akonadi and kmail2 to recognize this new resource. You will find your new mail right there - and NO more "changed by another program" alerts. Have fun ! Christoph Pospiech I can confirm this problem. It worked well until kde-4.12.4 but after upgrading to kde-4.13 I get also always the "changed by another program" alert upon every new mail delivered by postfix. If I set up Akonadi again as suggested at http://docs.kde.org/stable/de/kdepim/kmail/clean-start-after-a-failed-migration.html it works well for a few days, and then the problem appears again. This bug has only been reported for versions older than KDEPIM 4.14 (at most akonadi-1.3). Can anyone tell if this bug still present? If noone confirms this bug for a recent version of akonadi (part of KDE Applications 15.08 or later), it gets closed in about three months. Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input. |