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:
parent
e41ed82cf3
commit
02e7d8aca8
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue