X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=tag-util.c;fp=tag-util.c;h=c5f585950921af59659dddf8d635c95ae1853a2c;hp=701d329794b59a9c13f43a4e257ba752c944454a;hb=a6822eccaca773aa03473bca490618e30dac24ca;hpb=703136c57bc7a22edcc9b28ad3e9ff2a8dbdc3b3 diff --git a/tag-util.c b/tag-util.c index 701d3297..c5f58595 100644 --- a/tag-util.c +++ b/tag-util.c @@ -188,11 +188,6 @@ parse_tag_command_line (void *ctx, int argc, char **argv, tag_op_list_append (tag_ops, argv[i] + 1, is_remove); } - if (tag_op_list_size (tag_ops) == 0) { - fprintf (stderr, "Error: 'notmuch tag' requires at least one tag to add or remove.\n"); - return TAG_PARSE_INVALID; - } - *query_str = query_string_from_args (ctx, argc - i, &argv[i]); if (*query_str == NULL || **query_str == '\0') {