]> granicus.if.org Git - neomutt/commit
Fixup smart modify-labels-then-hide for !tag case (#975)
authorJulian Andres Klode <jak@jak-linux.org>
Fri, 1 Dec 2017 12:32:38 +0000 (13:32 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Dec 2017 12:32:38 +0000 (12:32 +0000)
commit9a49e72cbbf2959b9c6412dc0732fc9e820b7184
tree2315f40444f032915bc8ccc0d92760b2c4de0d4d
parent465fad6d21ac3b9d2ae5d12bae7705f5f04323e7
Fixup smart modify-labels-then-hide for !tag case (#975)

The code used to automatically handle setting the quasi delete
state to whether the message is still visible after performing
the change.

This was broken for the !tag case in

commit 7d151fd0919f6cc7ba9cdc1e7de90697c66dce43
Author: Mehdi Abaakouk <sileht@sileht.net>
Date:   Tue Feb 21 10:50:35 2017 +0100

    Share label editing between imap/notmuch

Which replaced the !still_visible with simply true.
curs_main.c