X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-mutt%2Fnotmuch-mutt;fp=contrib%2Fnotmuch-mutt%2Fnotmuch-mutt;h=4969e4be64c3f29140e25b97ee137947058cd8ca;hp=c69b35c98651115e0f42dea17d70641752f51ef9;hb=f3dc5be6f2c870ca9edf7d60a8c7b80984c37bbf;hpb=fae15296eca133c53e17e379e2efc839e4c1907e diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt index c69b35c9..4969e4be 100755 --- a/contrib/notmuch-mutt/notmuch-mutt +++ b/contrib/notmuch-mutt/notmuch-mutt @@ -113,9 +113,7 @@ sub tag_action(@) { my $mid = get_message_id(); defined $mid or die "notmuch-mutt: cannot find Message-Id, abort.\n"; - system("notmuch tag " - . shell_quote(join(' ', @_)) - . " id:$mid"); + system("notmuch", "tag", @_, "--", "id:$mid"); } sub die_usage() {