From 4ff007ca07eae889dfbf3f940a4db3d28c39d9ac Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 7 Jul 2018 19:32:57 -0700 Subject: [PATCH] Mention $pgp_decode_command for $pgp_check_gpg_decrypt_status_fd It scans $pgp_decode_command for inline and application/pgp mime types. --- init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.50.1