aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-09-25 10:51:22 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-25 11:42:05 +0200
commit24e30f7f1fd4d4f35a46b613b941c83d84dea8e8 (patch)
tree0c723d92a93f73b6a71bafc4c0f726f315dfbebe /doc/aerc-config.5.scd
parent9fdc7acf5b4842b95ab2b53c9baf69ab085b9e79 (diff)
downloadaerc-24e30f7f1fd4d4f35a46b613b941c83d84dea8e8.tar.gz
config: remove default values for this-*-time-format
Having a default value is confusing because to disable the dynamic time format, the users need to explicitly configure these settings to the empty string. Do not set default values for these settings when they are unset in the configuration. Comment the default config file values to serve as examples. Fixes: aae29324fdf5 ("config: fix default time format values") Reported-by: Nicolai Dagestad <nicolai@dagestad.fr> Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r--doc/aerc-config.5.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 55f82ccb..d6b56fa0 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -106,20 +106,20 @@ These options are configured in the *[ui]* section of aerc.conf.
Index-only time format for messages that were received/sent today.
If this is not specified, *timestamp-format* is used instead.
- Default: "03:04 PM" (12 hour time)
+ Default: ""
*this-week-time-format*
Index-only time format for messages that were received/sent within the
last 7 days. If this is not specified, *timestamp-format* is used
instead.
- Default: "Monday 03:04 PM" (Week day + 12 hour time)
+ Default: ""
*this-year-time-format*
Index-only time format for messages that were received/sent this year.
If this is not specified, *timestamp-format* is used instead.
- Default: "January 02" (Month + month day)
+ Default: ""
*sidebar-width*
Width of the sidebar, including the border. Set to zero to disable the