From: Kevin McCarthy Date: Wed, 29 Jun 2016 19:25:34 +0000 (-0700) Subject: Clarify oppenc option documention. (closes #3846) X-Git-Tag: neomutt-20160822~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681be3d2a8d5e00e2a9f8423c8924bcdc28813d5;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 61915d5ae..09f55a71e 100644 --- a/init.h +++ b/init.h @@ -506,19 +506,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) */