diff options
author | Robin Jarry <robin@jarry.cc> | 2021-11-06 17:11:43 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2021-11-06 17:11:43 +0100 |
commit | 02e7d8aca88d433062e00fa2988e533944a563f4 (patch) | |
tree | d138835cae70595bc36112c96705b682cdff0fdc /config/aerc.conf.in | |
parent | e41ed82cf3dbb4a1152a562ab754a9dc4a6c57b3 (diff) | |
download | aerc-02e7d8aca88d433062e00fa2988e533944a563f4.tar.gz |
doc: fix typo today-time-format -> this-day-time-format
Fixes: 42b4302ba32e ("index: allow dynamic formatting of message dates")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 0421901a..cd40af51 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -20,7 +20,7 @@ timestamp-format=2006-01-02 03:04 PM # If this is not specified, timestamp-format is used instead. # # Default: "" -today-time-format= +this-day-time-format= # # Index-only time format for messages that were received/sent this year. |