diff dovecot-example.conf @ 2078:b3daf55df932 HEAD

Added maildir_stat_dirs option.
author Timo Sirainen <tss@iki.fi>
date Sun, 30 May 2004 01:21:39 +0300
parents d52c8cbf2b9d
children 4e77cb0aff21
line wrap: on
line diff
--- a/dovecot-example.conf	Sun May 30 00:40:30 2004 +0300
+++ b/dovecot-example.conf	Sun May 30 01:21:39 2004 +0300
@@ -270,6 +270,13 @@
 # which may be slower. Required for NFS.
 #fcntl_locks_disable = no
 
+# By default LIST command returns all entries in maildir beginning with dot.
+# Enabling this option makes Dovecot return only entries which are directories.
+# This is done by stat()ing each entry, so it causes more disk I/O.
+# (For systems setting struct dirent->d_type, this check is free and it's
+# done always regardless of this setting)
+#maildir_stat_dirs = no
+
 # Copy mail to another folders using hard links. This is much faster than
 # actually copying the file. This is problematic only if something modifies
 # the mail in one folder but doesn't want it modified in the others. I don't