]> granicus.if.org Git - neomutt/commit
fix: %{fmt} date format
authorRichard Russon <rich@flatcap.org>
Thu, 14 Sep 2017 16:36:19 +0000 (17:36 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 14 Sep 2017 22:01:00 +0000 (23:01 +0100)
commitc030a8b8ef43f2bc549e4f00651c25681d54f26e
tree70c221fe1fe935a0a6b90f45147615cd83243707
parentc962fd9f6ba5aabded1a27c9ed32188bf566f4b5
fix: %{fmt} date format

A mistake was introduced when moving the date code to the library.
The dates being displayed were those of the base timezone, not the email.

Remove the `%<...>` documentation from `$index_format`

Fixes #757
init.h
lib/date.c
lib/date.h
parse.c