diff dovecot-example.conf @ 8955:8de5b2a19a08 HEAD

Added imap_idle_notify_interval setting.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Apr 2009 19:11:32 -0400
parents 709128511fd5
children 37c0111961f5
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Apr 16 18:50:56 2009 -0400
+++ b/dovecot-example.conf	Thu Apr 16 19:11:32 2009 -0400
@@ -572,6 +572,10 @@
   # Override the IMAP CAPABILITY response.
   #imap_capability = 
 
+  # How many seconds to wait between "OK Still here" notifications when
+  # client is IDLEing.
+  #imap_idle_notify_interval = 120
+
   # ID field names and values to send to clients. Using * as the value makes
   # Dovecot use the default value. The following fields have default values
   # currently: name, version, os, os-version, support-url, support-email.