[Dovecot] Configure Dovecot to move read mails to another folder?
Hallo,
is it possible (with dovecot sieve?) to deliver incoming mails to the default INBOX and then, when I have read the mail with Thunderbird, automatically move it to another folder?
I know I could create filters in my mail client. But that has the disadvantage that I would need to create these filters everywhere: on my office PC, at home, webmail, ...
Also moving a mail from one folder to another marks the original mail as deleted, at least in Thunderbird. Maybe other clients finally delete the mail.
Therefore that would be really cool.
Another related problem for me is: how can I automatically move outgoing mails to another folder? I created sieve-rules but it doesn't work - the mails remain in the folder "sent-mail".
For example:
if address :domain :is "to" "somedomain.de" { fileinto "sent-mail.Somedomain"; stop; }
Greetings, Steven
On 6.8.2010, at 13.06, Steven Weiß wrote:
is it possible (with dovecot sieve?) to deliver incoming mails to the default INBOX and then, when I have read the mail with Thunderbird, automatically move it to another folder?
Virtual INBOX would probably work, but it requires v2.0 to work properly: http://wiki2.dovecot.org/Plugins/Virtual
dovecot-virtual file would contain:
!RealMails/INBOX INBOX unseen
Another related problem for me is: how can I automatically move outgoing mails to another folder? I created sieve-rules but it doesn't work - the mails remain in the folder "sent-mail".
That doesn't really work currently.
participants (2)
-
Steven Weiß
-
Timo Sirainen