From: Timo Sirainen Date: Thu, 19 Dec 2013 21:09:45 +0000 (+0200) Subject: imap: Minor comment update: Horde uses wildcards, not Kolab. X-Git-Tag: 2.2.10~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08b0192ede9e06c6e56363e96c1eee9c913c1a29;p=thirdparty%2Fdovecot%2Fcore.git imap: Minor comment update: Horde uses wildcards, not Kolab. --- diff --git a/src/imap/cmd-getmetadata.c b/src/imap/cmd-getmetadata.c index 2a73c8aa31..69d0694e8f 100644 --- a/src/imap/cmd-getmetadata.c +++ b/src/imap/cmd-getmetadata.c @@ -435,7 +435,7 @@ bool cmd_getmetadata(struct client_command_context *cmd) } 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;