30 Jun
2006
30 Jun
'06
6:51 p.m.
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