]> 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)
committerTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
Wed, 12 Oct 2016 02:42:14 +0000 (19:42 -0700)
commit96508ff48d113b508903c2a1f88584a74c00af5e
tree1778298de349d268dea54c68ecb532d5fba8cd36
parent26090d388c9de876d00be4611728e995c7b92248
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