]> granicus.if.org Git - neomutt/commit
Add the crypt_opportunistic_encrypt option and calls.
authorKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:54 +0000 (15:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:54 +0000 (15:45 -0700)
commit462e5df48915331bedbefc493df34d6a2f854f4b
tree7c4ca0b804f84d3886b7c219b0b512377241d521
parent75a15bc04e64f718f9d67d0c14e30cd28233d92f
Add the crypt_opportunistic_encrypt option and calls.

This patch creates the OPTCRYPTOPPORTUNISTICENCRYPT option and
documentation.

It also adds calls to crypt_opportunistic_encrypt() during initial
message composition, after updating to, cc, or bcc, and after editing
the message (if edit_headers is enabled).
compose.c
crypt.c
init.h
mutt.h
send.c