changeset: 6465:100835c4a8ac user: Kevin McCarthy <[email protected]> date: Sun Jul 19 15:55:51 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/100835c4a8ac
Add note about gpg fixed-list-mode. (closes #3763). Thanks to Gregor Zattler for the original patch. diffs (25 lines): diff -r 2ca89bed6448 -r 100835c4a8ac init.h --- a/init.h Sat Jul 11 14:36:51 2015 -0700 +++ b/init.h Sun Jul 19 15:55:51 2015 -0700 @@ -1865,6 +1865,10 @@ ** 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 @@ ** 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)
