]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.c
dump/restore: Use Xapian queries for batch-tag format
[notmuch] / tag-util.c
index 17d7ac2f28ace0fa377bfb069fdff06fcabb36e9..ca12b3b1eee5a574bd721979c47f39db5e4abd00 100644 (file)
@@ -124,12 +124,6 @@ parse_tag_line (void *ctx, char *line,
     }
 
     /* tok now points to the query string */
-    if (hex_decode_inplace (tok) != HEX_SUCCESS) {
-       ret = line_error (TAG_PARSE_INVALID, line_for_error,
-                         "hex decoding of query %s failed", tok);
-       goto DONE;
-    }
-
     *query_string = tok;
 
   DONE: