diff options
author | Robin Jarry <robin@jarry.cc> | 2021-11-13 15:46:17 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2021-11-13 15:46:17 +0100 |
commit | ec58090474b37cb46b332cb9bb90e2e33d4a0f67 (patch) | |
tree | 5691a3c3d3d776747b4675a95ba6ea5cd62d05eb /doc/aerc-config.5.scd | |
parent | 402612fd9788f071a5d7ae0045989977b98d896f (diff) | |
download | aerc-ec58090474b37cb46b332cb9bb90e2e33d4a0f67.tar.gz |
doc: fix default values for dynamic date formats
These settings now have a default value.
Fixes: fe7ed940d371 ("config: use dynamic time format for default config")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index c647459a..4dbdba36 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -85,26 +85,26 @@ These options are configured in the *[ui]* section of aerc.conf. *timestamp-format* See time.Time#Format at https://godoc.org/time#Time.Format - Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time) + Default: "2006-01-02 03:04 PM" (ISO 8601 + 12 hour time) *this-day-time-format* Index-only time format for messages that were received/sent today. If this is not specified, *timestamp-format* is used instead. - Default: "" + Default: "03:04 PM" (12 hour time) *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: "" + Default: "Monday 03:04 PM" (Week day + 12 hour time) *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: "" + Default: "January 02" (Month + month day) *sidebar-width* Width of the sidebar, including the border. Set to zero to disable the |