]> granicus.if.org Git - mutt/commitdiff
Mention $pgp_decode_command for $pgp_check_gpg_decrypt_status_fd
authorKevin McCarthy <kevin@8t8.us>
Sun, 8 Jul 2018 02:32:57 +0000 (19:32 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 8 Jul 2018 02:32:57 +0000 (19:32 -0700)
It scans $pgp_decode_command for inline and application/pgp mime
types.

init.h

diff --git a/init.h b/init.h
index 44d7fabd26fcbc005a05fcd1137f97c4593d3b70..e632ab93bac4a1179fe129932a5b015bc94f0ec8 100644 (file)
--- 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.