dovecot-1.1: Typofixes

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 17 12:43:38 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/b34b2d4aac03
changeset: 7263:b34b2d4aac03
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 17 12:44:16 2008 +0200
description:
Typofixes

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf |    4 ++--

diffs (21 lines):

diff -r 41bbf9edf7f8 -r b34b2d4aac03 dovecot-example.conf
--- a/dovecot-example.conf	Sun Feb 17 00:16:39 2008 +0200
+++ b/dovecot-example.conf	Sun Feb 17 12:44:16 2008 +0200
@@ -516,7 +516,7 @@ protocol imap {
   #imap_max_line_length = 65536
 
   # Maximum number of IMAP connections allowed for a user from each IP address.
-  # NOTE: The username is compared compared case-sensitively.
+  # NOTE: The username is compared case-sensitively.
   #mail_max_userip_connections = 10
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
@@ -623,7 +623,7 @@ protocol pop3 {
   #pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
 
   # Maximum number of POP3 connections allowed for a user from each IP address.
-  # NOTE: The username is compared compared case-sensitively.
+  # NOTE: The username is compared case-sensitively.
   #mail_max_userip_connections = 3
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated


More information about the dovecot-cvs mailing list