[Dovecot] thunderbird and subscriptions with sieve
Timo Sirainen
tss at iki.fi
Thu Sep 1 04:32:34 EEST 2011
On 31.8.2011, at 23.48, Kristen J. Webb wrote:
> Is there any way to automatically add folders created by sieve
> (GNU Mailutils 2.1) to the subscriptions file for a user?
You mean you're using Mailutils Sieve, not Dovecot Sieve? The only reasonable solution I can think of is:
Mailutils Sieve would have to subscribe to newly created folders itself, maybe by patching it or if it supports running some script then doing it that way. With Dovecot v2.0 it could run "doveadm mailbox subscribe $folder", but with v1.2 you'd have to write your own script.
Any other solution would basically require always subscribing to all folders, which kind of defeats their whole purpose.
More information about the dovecot
mailing list