]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed login_greeting_capability setting, it's no longer used.
authorTimo Sirainen <tss@iki.fi>
Sun, 22 Jun 2008 04:12:27 +0000 (07:12 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 22 Jun 2008 04:12:27 +0000 (07:12 +0300)
--HG--
branch : HEAD

dovecot-example.conf

index a7d58352ad7ff682d276fe7d020351320d3f2a04..91e9f68bf623ad1d317b82daa469df23097ccba8 100644 (file)
@@ -537,11 +537,6 @@ protocol imap {
   #mail_plugins = 
   #mail_plugin_dir = /usr/lib/dovecot/imap
 
-  # Send IMAP capabilities in greeting message. This makes it unnecessary for
-  # clients to request it with CAPABILITY command, so it saves one round-trip.
-  # Many clients however don't understand it and ask the CAPABILITY anyway.
-  #login_greeting_capability = no
-
   # IMAP logout format string:
   #  %i - total number of bytes read from client
   #  %o - total number of bytes sent to client