dovecot-2.2: imapc: Fixed modseq search for previous imapc_featu...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Tue Feb  3 16:48:02 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/bb92d04e5f71
changeset: 18216:bb92d04e5f71
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 03 18:47:54 2015 +0200
description:
imapc: Fixed modseq search for previous imapc_features=search change
diffstat:
 src/lib-storage/index/imapc/imapc-search.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 405959839f48 -r bb92d04e5f71 src/lib-storage/index/imapc/imapc-search.c
--- a/src/lib-storage/index/imapc/imapc-search.c	Tue Feb 03 18:33:12 2015 +0200
+++ b/src/lib-storage/index/imapc/imapc-search.c	Tue Feb 03 18:47:54 2015 +0200
@@ -185,7 +185,7 @@
 	case SEARCH_MODSEQ:
 		if ((capa & IMAPC_CAPABILITY_CONDSTORE) == 0)
 			return FALSE;
-		str_printfa(str, "MODSEQ %llu", (unsigned long long)arg->value.modseq);
+		str_printfa(str, "MODSEQ %llu", (unsigned long long)arg->value.modseq->modseq);
 		break;
 	case SEARCH_INTHREAD:
 	case SEARCH_GUID:
    
    
More information about the dovecot-cvs
mailing list