doc: fix typo today-time-format -> this-day-time-format

Fixes: 42b4302ba3 ("index: allow dynamic formatting of message dates")
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2021-11-06 17:11:43 +01:00
parent e41ed82cf3
commit 02e7d8aca8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ timestamp-format=2006-01-02 03:04 PM
# If this is not specified, timestamp-format is used instead. # If this is not specified, timestamp-format is used instead.
# #
# Default: "" # Default: ""
today-time-format= this-day-time-format=
# #
# Index-only time format for messages that were received/sent this year. # Index-only time format for messages that were received/sent this year.

View File

@ -87,7 +87,7 @@ These options are configured in the *[ui]* section of aerc.conf.
Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time) Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time)
*today-time-format* *this-day-time-format*
Index-only time format for messages that were received/sent today. Index-only time format for messages that were received/sent today.
If this is not specified, *timestamp-format* is used instead. If this is not specified, *timestamp-format* is used instead.