diff dovecot-example.conf @ 5534:c69786bd2017 HEAD

Added convert_skip_dotfiles and convert_alt_hierarchy_char settings.
author Timo Sirainen <tss@iki.fi>
date Tue, 10 Apr 2007 17:30:30 +0300
parents 21199280aa3b
children 7aa36ab24c3b
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Apr 10 17:14:58 2007 +0300
+++ b/dovecot-example.conf	Tue Apr 10 17:30:30 2007 +0300
@@ -1064,6 +1064,11 @@
   #convert_mail = mbox:%h/mail
   # Skip mailboxes which we can't open successfully instead of aborting.
   #convert_skip_broken_mailboxes = no
+  # Skip mailboxes beginning with '.'.
+  #convert_skip_dotfiles = no
+  # If source storage has mailbox names with destination storage's hierarchy
+  # separators, replace them with this character.
+  #convert_alt_hierarchy_char = _
 
   # Trash plugin. When saving a message would make user go over quota, this
   # plugin automatically deletes the oldest mails from configured mailboxes