From ec58090474b37cb46b332cb9bb90e2e33d4a0f67 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sat, 13 Nov 2021 15:46:17 +0100 Subject: [PATCH] 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 --- doc/aerc-config.5.scd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index c647459..4dbdba3 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