]> granicus.if.org Git - mutt/commitdiff
Add note about gpg fixed-list-mode. (closes #3763).
authorKevin McCarthy <kevin@8t8.us>
Sun, 19 Jul 2015 22:55:51 +0000 (15:55 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 19 Jul 2015 22:55:51 +0000 (15:55 -0700)
Thanks to Gregor Zattler for the original patch.

init.h

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