]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Fixed SEARCH UID
authorTimo Sirainen <tss@iki.fi>
Sun, 16 Mar 2008 09:04:58 +0000 (11:04 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 16 Mar 2008 09:04:58 +0000 (11:04 +0200)
--HG--
branch : HEAD

src/lib-storage/mail-search-build.c

index 9673252a077cc2656ffbddac18afe109c0a1a501..11db3150ee88e65d81e4d7d12cf26ccf15344965 100644 (file)
@@ -468,7 +468,7 @@ static bool search_arg_build(struct search_build_data *data,
        case 'U':
                if (strcmp(str, "UID") == 0) {
                        /* <message set> */
-                       if (!ARG_NEW_STR(SEARCH_SEQSET))
+                       if (!ARG_NEW_STR(SEARCH_UIDSET))
                                return FALSE;
 
                        sarg = *next_sarg;