From: Kevin McCarthy Date: Sun, 8 Jul 2018 02:32:57 +0000 (-0700) Subject: Mention $pgp_decode_command for $pgp_check_gpg_decrypt_status_fd X-Git-Tag: mutt-1-10-1-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ff007ca07eae889dfbf3f940a4db3d28c39d9ac;p=mutt Mention $pgp_decode_command for $pgp_check_gpg_decrypt_status_fd It scans $pgp_decode_command for inline and application/pgp mime types. --- diff --git a/init.h b/init.h index 44d7fabd..e632ab93 100644 --- a/init.h +++ b/init.h @@ -1945,8 +1945,8 @@ struct option_t MuttVars[] = { /* ** .pp ** If \fIset\fP, mutt will check the status file descriptor output - ** of $$pgp_decrypt_command for GnuPG status codes indicating - ** successful decryption. This will check for the presence of + ** of $$pgp_decrypt_command and $$pgp_decode_command for GnuPG status codes + ** indicating successful decryption. This will check for the presence of ** DECRYPTION_OKAY, absence of DECRYPTION_FAILED, and that all ** PLAINTEXT occurs between the BEGIN_DECRYPTION and END_DECRYPTION ** status codes.