]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: Fix typo in error message.
authorTeemu Huovila <teemu.huovila@dovecot.fi>
Tue, 22 Sep 2015 11:33:33 +0000 (14:33 +0300)
committerTeemu Huovila <teemu.huovila@dovecot.fi>
Tue, 22 Sep 2015 11:33:33 +0000 (14:33 +0300)
src/imap/imap-state.c

index a7e93be613da3bf0a8cabae19ff087a2dc356a2a..a8fb643923a2a80787374498bab1b3e197d4c761 100644 (file)
@@ -264,7 +264,7 @@ int imap_state_export_base(struct client *client, bool internal,
        if (array_is_created(&client->search_updates) &&
            array_count(&client->search_updates) > 0) {
                /* these could be tricky */
-               *error_r = "SEARCH=CONTEXT updates not supported currently";
+               *error_r = "CONTEXT=SEARCH updates not supported currently";
                return 0;
        }
        if (client->notify_ctx != NULL) {