]> granicus.if.org Git - neomutt/commitdiff
Document that GPGME doesn't support creating inline PGP messages.
authorKevin McCarthy <kevin@8t8.us>
Wed, 2 Mar 2016 23:08:54 +0000 (15:08 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 2 Mar 2016 23:08:54 +0000 (15:08 -0800)
init.h

diff --git a/init.h b/init.h
index 065944f381f4bb91fa708acb0efbd0adc48f70f4..e00308dceaa738ecd79f5419fec81f33b2788178 100644 (file)
--- a/init.h
+++ b/init.h
@@ -568,6 +568,9 @@ struct option_t MuttVars[] = {
   ** S/MIME and PGP will be used instead of the classic code.  Note that
   ** you need to set this option in .muttrc; it won't have any effect when
   ** used interactively.
+  ** .pp
+  ** Note that the GPGME backend does not support creating old-style inline
+  ** (traditional) PGP encrypted or signed messages (see $$pgp_autoinline).
   */
   { "crypt_use_pka", DT_BOOL, R_NONE, OPTCRYPTUSEPKA, 0 },
   /*
@@ -1732,7 +1735,8 @@ struct option_t MuttVars[] = {
   ** This option controls whether Mutt generates old-style inline
   ** (traditional) PGP encrypted or signed messages under certain
   ** circumstances.  This can be overridden by use of the pgp menu,
-  ** when inline is not required.
+  ** when inline is not required.  The GPGME backend does not support
+  ** this option.
   ** .pp
   ** Note that Mutt might automatically use PGP/MIME for messages
   ** which consist of more than a single MIME part.  Mutt can be