]> granicus.if.org Git - neomutt/commit
Add a security bit to the message for oppenc mode.
authorKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:55 +0000 (15:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:55 +0000 (15:45 -0700)
commitc9e240b3cc0d79d3b55209cdfddcbbc280f823fb
tree507101abf559c8f6fcb2ae9afbed11f688d23126
parent462e5df48915331bedbefc493df34d6a2f854f4b
Add a security bit to the message for oppenc mode.

This allows oppenc to be enabled/disabled on a message level.  If
something initially enables encryption, such as crypt_autoencrypt or
crypt_replyencrypt, oppenc is turned off for the message.

Change the postpone/resume code to persist the oppenc bit.

Also change resend message to enable and invoke oppenc if the option is
set.
crypt.c
mutt.h
mutt_crypt.h
postpone.c
send.c
sendlib.c