dovecot-2.2: imap: Minor comment update: Horde uses wildcards, n...

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 19 23:09:55 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/eb830b4196c4
changeset: 17078:eb830b4196c4
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 19 23:09:45 2013 +0200
description:
imap: Minor comment update: Horde uses wildcards, not Kolab.

diffstat:

 src/imap/cmd-getmetadata.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0c3071ebe44b -r eb830b4196c4 src/imap/cmd-getmetadata.c
--- a/src/imap/cmd-getmetadata.c	Thu Dec 19 23:08:03 2013 +0200
+++ b/src/imap/cmd-getmetadata.c	Thu Dec 19 23:09:45 2013 +0200
@@ -435,7 +435,7 @@
 	} else {
 		/* wildcards in mailbox name. this isn't supported by RFC 5464,
 		   but it was in the earlier drafts and is already used by
-		   some software (Kolab). */
+		   some software (Horde). */
 		const char *patterns[2];
 		patterns[0] = mailbox; patterns[1] = NULL;
 


More information about the dovecot-cvs mailing list