diff options
-rw-r--r-- | aerc/aerc.conf | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf index 213dc8c..89a44ac 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -18,31 +18,7 @@ column-date = {{.DateAutoFormat .Date.Local}} # See time.Time#Format at https://godoc.org/time#Time.Format # # Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time) -timestamp-format=2006-01-02 - -# -# 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) -this-day-time-format=2006-01-02 -#this-day-time-format=03:04 PM - -# -# 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) -this-week-time-format=2006-01-02 -#this-week-time-format=Monday 03:04 PM - -# -# 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) -this-year-time-format=2006-01-02 -#this-year-time-format=January 02 +timestamp-format=2006-01-02 15:04:05 # # Width of the sidebar, including the border. |