dovecot-2.2: imap: Fix typo in error message.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Tue Sep 22 11:34:59 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/13252c581016
changeset: 19182:13252c581016
user:      Teemu Huovila <teemu.huovila at dovecot.fi>
date:      Tue Sep 22 14:33:33 2015 +0300
description:
imap: Fix typo in error message.
diffstat:
 src/imap/imap-state.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c3dfdf9a17a3 -r 13252c581016 src/imap/imap-state.c
--- a/src/imap/imap-state.c	Tue Sep 22 14:32:51 2015 +0300
+++ b/src/imap/imap-state.c	Tue Sep 22 14:33:33 2015 +0300
@@ -264,7 +264,7 @@
 	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) {
    
    
More information about the dovecot-cvs
mailing list