diff options
Diffstat (limited to 'localmb2md')
-rwxr-xr-x | localmb2md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # /usr/local/sbin/adduser.local # Copyright 2005-2006 Jonas Smedegaard <dr@jones.dk> # -# $Id: localmb2md,v 1.5 2006-03-24 13:53:35 jonas Exp $ +# $Id: localmb2md,v 1.6 2006-03-24 13:54:46 jonas Exp $ # # Convert user account from mailboxes below /var/mail/ and ~/mail/ to # maildirs below ~/Maildir/ . @@ -63,7 +63,7 @@ fi # Convert secondary mailboxes if [ -d ~/mail ]; then mv ~/mail ~/mail.abandoned - mb2md -s mail.abandoned + mb2md -R -s mail.abandoned # Grab dovecot subscriptions if [ -f ~/mail/.subscriptions ]; then mv ~/mail/.subscriptions ~/Maildir/.subscriptions |