]> granicus.if.org Git - neomutt/commitdiff
Fix auto_tag=yes for modify-labels* and quasi-delete
authorTim Stoakes <tim@stoakes.net>
Sun, 16 Sep 2012 07:31:54 +0000 (09:31 +0200)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 15:30:06 +0000 (16:30 +0100)
When 'auto_tag' was 'yes', <modify-labels>* and <quasi-delete> still only
applied to the currently-selected message. Now they apply to all tagged
messages, as they should.

curs_main.c

index 433ce308873a87e72bdfb4ca3a620c980f1686c1..55a19a1051d27c07ec7045a8b77e869aaae1ac7a 100644 (file)
@@ -1399,7 +1399,7 @@ int mutt_index_menu (void)
           mutt_message _("No label specified, aborting.");
           break;
         }
-       if (tag && !option (OPTAUTOTAG))
+       if (tag)
        {
          char msgbuf[STRING];
          progress_t progress;