[Dovecot] subscription to mail folders not working properly
anymore with dovecot1.0x ?
Marcus Rueckert
rueckert at informatik.uni-rostock.de
Fri Jun 30 18:51:18 EEST 2006
On 2006-06-30 11:41:18 +0200, Alain Hofer wrote:
> With dovecot_1.0 the subscriptions get properly read, but as soon as
> the user wants to make any changes to them (for example subscribing
> to a new folder out of thunderbird), the subscriptions get lost, the
> file <usershome>/Mail/.subscriptions simply disappears.
>
> Did I miss any point in the configuration? Or does someone else encounter
> the same problem?
Maildir/subscriptions is used now. ".subscriptions" collides with the
maildir naming scheme.
for /home i in $(find -type f -name .subscriptions) ; do
cp -v "$i" "${i//.subscriptions/subscriptions}"
done
or something similar should help you.
darix
--
openSUSE - SUSE Linux is my linux
openSUSE is good for you
www.opensuse.org
More information about the dovecot
mailing list