]> git.notmuchmail.org Git - notmuch/blobdiff - tag-util.c
tag-util: do not reset list in parse_tag_command_line
[notmuch] / tag-util.c
index 92e08a1d05030099b6439f0b56568bc6a8b40bc5..3bde4097372ab827e91e23ff963f6c5413652f9b 100644 (file)
@@ -165,8 +165,6 @@ parse_tag_command_line (void *ctx, int argc, char **argv,
 
     int i;
 
-    tag_op_list_reset (tag_ops);
-
     for (i = 0; i < argc; i++) {
        if (strcmp (argv[i], "--") == 0) {
            i++;