https://bugs.kde.org/show_bug.cgi?id=287394
Dr. Christoph Pospiech <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dr. Christoph Pospiech <pospiech de ibm com> 2011-12-31 20:54:03 --- 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 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
