]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Sat, 1 Sep 2018 17:06:08 +0000 (18:06 +0100)
It scans $pgp_decode_command for inline and application/pgp mime
types.

init.h

diff --git a/init.h b/init.h
index f1f4b1e9fb5e772171e4940f82ae3858859ac48c..f45ccb648136b5962c21889190150028f262055e 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2318,8 +2318,8 @@ struct ConfigDef 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.