[dovecot-cvs] dovecot dovecot-example.conf,1.107,1.108

cras at dovecot.org cras at dovecot.org
Sat Sep 11 15:21:46 EEST 2004


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

Modified Files:
	dovecot-example.conf 
Log Message:
Removed mailbox_check_interval completely. It wasn't currently implemented,
and most (all?) clients which would benefit from it support IDLE anyway.



Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- dovecot-example.conf	28 Aug 2004 16:39:53 -0000	1.107
+++ dovecot-example.conf	11 Sep 2004 12:21:44 -0000	1.108
@@ -218,13 +218,6 @@
 # needed.
 #mail_never_cache_fields = 
 
-# Dovecot can notify client of new mail in selected mailbox soon after it's
-# received. This setting specifies the minimum interval in seconds between
-# new mail notifications to client - internally they may be checked more or
-# less often. Setting this to 0 disables the checking.
-# NOTE: Evolution client breaks with this option when it's trying to APPEND.
-#mailbox_check_interval = 0
-
 # Like mailbox_check_interval, but used for IDLE command.
 #mailbox_idle_check_interval = 30
 



More information about the dovecot-cvs mailing list