[dovecot-cvs] dovecot dovecot-example.conf,1.255,1.256

tss at dovecot.org tss at dovecot.org
Tue Apr 10 17:30:32 EEST 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv16125

Modified Files:
	dovecot-example.conf 
Log Message:
Added convert_skip_dotfiles and convert_alt_hierarchy_char settings.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- dovecot-example.conf	3 Apr 2007 05:54:55 -0000	1.255
+++ dovecot-example.conf	10 Apr 2007 14:30:30 -0000	1.256
@@ -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



More information about the dovecot-cvs mailing list