]> granicus.if.org Git - neomutt/commit
Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Wed, 12 Oct 2016 02:42:14 +0000 (19:42 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 10:12:20 +0000 (11:12 +0100)
commitbfbadb5ae481f66e8f391368c2b39ca535efc573
tree0772f0e7ce7b1b15a13a9372c802896e5278aa6f
parent4fb2ee56b430a603fa966cd0f80ea564eb4978d6
Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)

GPGME signature information has two minor problems.

[-- Begin signature information --]
*BAD* signature from: Name <user@example.com>
                 aka: Name <user@example.org>
             created: Thu Jan  1 09:00:00 1970
[-- End signature information --]

First, the created timestamp is incorrect when the message is not
verified successfully.

Second, as the code itself has some "TODO" comments, "aka" and
"created" lines are not properly-aligned when LC_MESSAGES != English.
crypt-gpgme.c