From: Jani Nikula Date: Sat, 5 Apr 2014 09:18:06 +0000 (+0300) Subject: emacs: sign/encrypt replies to signed/encrypted messages X-Git-Tag: 0.18_rc0~31 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=30a0ed197efae461912138fb4e5f70849124fee3;hp=30a0ed197efae461912138fb4e5f70849124fee3 emacs: sign/encrypt replies to signed/encrypted messages This is a simple approach to improving security when replying to signed or encrypted messages. If the message being replied to was signed, add mml tag to sign the reply. If the message being replied to was encrypted, add mml tag to sign and encrypt the reply. This may need configuration; I for one might want to encrypt replies to encrypted messages, but not always sign replies to signed messages. This still includes a slight bug: if any mml tags are added, they are included in the region containing the quoted parts. Killing the region will kill the mml tags too. ---