From: Kevin McCarthy Date: Wed, 29 Jun 2016 19:25:34 +0000 (-0700) Subject: Clarify oppenc option documention. (closes #3846) X-Git-Tag: neomutt-20160709~14^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef976ea17c3ebf58aea655b1472742667b663e6;p=neomutt Clarify oppenc option documention. (closes #3846) Rephrase the option description to try and make it clearer what the option does, and how to enable/disable it within a message. --- diff --git a/init.h b/init.h index 5a12ec0d0..272edb83f 100644 --- a/init.h +++ b/init.h @@ -504,19 +504,19 @@ struct option_t MuttVars[] = { ** .pp ** Setting this variable will cause Mutt to automatically enable and ** disable encryption, based on whether all message recipient keys - ** can be located by mutt. + ** can be located by Mutt. ** .pp - ** When this option is enabled, mutt will determine the encryption - ** setting each time the TO, CC, and BCC lists are edited. If - ** $$edit_headers is set, mutt will also do so each time the message + ** When this option is enabled, Mutt will enable/disable encryption + ** each time the TO, CC, and BCC lists are edited. If + ** $$edit_headers is set, Mutt will also do so each time the message ** is edited. ** .pp - ** While this is set, encryption settings can't be manually changed. - ** The pgp or smime menus provide an option to disable the option for - ** a particular message. + ** While this is set, encryption can't be manually enabled/disabled. + ** The pgp or smime menus provide a selection to temporarily disable + ** this option for the current message. ** .pp ** If $$crypt_autoencrypt or $$crypt_replyencrypt enable encryption for - ** a message, this option will be disabled for the message. It can + ** a message, this option will be disabled for that message. It can ** be manually re-enabled in the pgp or smime menus. ** (Crypto only) */