From: Kevin McCarthy Date: Sun, 19 Jul 2015 22:55:51 +0000 (-0700) Subject: Add note about gpg fixed-list-mode. (closes #3763). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cd2af3b95fadeb6501ffeb68aa8df89e8901175;p=mutt Add note about gpg fixed-list-mode. (closes #3763). Thanks to Gregor Zattler for the original patch. --- diff --git a/init.h b/init.h index 9ae1383c..44bb8933 100644 --- a/init.h +++ b/init.h @@ -1865,6 +1865,10 @@ struct option_t MuttVars[] = { ** This format is also generated by the \fCpgpring\fP utility which comes ** with mutt. ** .pp + ** Note: gpg's \fCfixed-list-mode\fP option should not be used. It + ** produces a different date format which may result in mutt showing + ** incorrect key generation dates. + ** .pp ** This is a format string, see the $$pgp_decode_command command for ** possible \fCprintf(3)\fP-like sequences. ** (PGP only) @@ -1881,6 +1885,10 @@ struct option_t MuttVars[] = { ** This format is also generated by the \fCpgpring\fP utility which comes ** with mutt. ** .pp + ** Note: gpg's \fCfixed-list-mode\fP option should not be used. It + ** produces a different date format which may result in mutt showing + ** incorrect key generation dates. + ** .pp ** This is a format string, see the $$pgp_decode_command command for ** possible \fCprintf(3)\fP-like sequences. ** (PGP only)