]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: Minor comment update: Horde uses wildcards, not Kolab.
authorTimo Sirainen <tss@iki.fi>
Thu, 19 Dec 2013 21:09:45 +0000 (23:09 +0200)
committerTimo Sirainen <tss@iki.fi>
Thu, 19 Dec 2013 21:09:45 +0000 (23:09 +0200)
src/imap/cmd-getmetadata.c

index 2a73c8aa3146710539002cfa63ed5dcab70e04ae..69d0694e8f773bb56d52735ee1ca8bf57b182acd 100644 (file)
@@ -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;