[dovecot-cvs] dovecot dovecot-example.conf,1.225,1.226
tss at dovecot.org
tss at dovecot.org
Sun Dec 3 13:35:22 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/plugins/convert convert-plugin.c, 1.1, 1.1.2.1 convert-storage.c, 1.5.2.2, 1.5.2.3 convert-storage.h, 1.1, 1.1.2.1 convert-tool.c, 1.1, 1.1.2.1
- Next message: [dovecot-cvs] dovecot/src/plugins/convert convert-plugin.c, 1.1, 1.2 convert-storage.c, 1.9, 1.10 convert-storage.h, 1.1, 1.2 convert-tool.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv24663
Modified Files:
dovecot-example.conf
Log Message:
Create storages with MAIL_STORAGE_FLAG_NO_AUTOCREATE flag so we don't keep
recreating the old storage and converting it all the time. Also added
convert_skip_broken_mailboxes flag.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- dovecot-example.conf 12 Nov 2006 21:09:14 -0000 1.225
+++ dovecot-example.conf 3 Dec 2006 13:35:18 -0000 1.226
@@ -1023,8 +1023,11 @@
#acl = vfile:/etc/dovecot-acls
# Convert plugin. If set, specifies the source storage path which is
- # converted to destination storage (mail_location).
+ # converted to destination storage (mail_location) when the user logs in.
+ # The existing mail directory is renamed to <dir>-converted.
#convert_mail = mbox:%h/mail
+ # Skip mailboxes which we can't open successfully instead of aborting.
+ #convert_skip_broken_mailboxes = no
# Trash plugin. When saving a message would make user go over quota, this
# plugin automatically deletes the oldest mails from configured mailboxes
- Previous message: [dovecot-cvs] dovecot/src/plugins/convert convert-plugin.c, 1.1, 1.1.2.1 convert-storage.c, 1.5.2.2, 1.5.2.3 convert-storage.h, 1.1, 1.1.2.1 convert-tool.c, 1.1, 1.1.2.1
- Next message: [dovecot-cvs] dovecot/src/plugins/convert convert-plugin.c, 1.1, 1.2 convert-storage.c, 1.9, 1.10 convert-storage.h, 1.1, 1.2 convert-tool.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list