]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: tree: use message pane decryption state for replies
authorMark Walters <markwalters1009@gmail.com>
Wed, 21 Sep 2016 15:49:19 +0000 (16:49 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 2 Nov 2016 10:45:28 +0000 (07:45 -0300)
This makes replying to a message in tree view, use the decrypted state
from the message pane if it is open. Previously it just used the
global decryption state from notmuch-crypto-process-mime.

In particular if notmuch-crypto-process-mime is nil, and the user
views the messages (which doesn't decrypt), toggles decryption in the
message pane, and then replies, the reply will be decrypted.


No differences found