diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2025-09-25 07:19:36 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-25 07:35:06 +0200 |
commit | 150e47fa82f7f59a239ccfaa3d48f72e52a4758b (patch) | |
tree | 238c5fa2d9ff336760a9aee27bc1022b3e51baae | |
parent | 39d0ae37cbd478cab605397e99e468768825f764 (diff) | |
download | dotfiles-150e47fa82f7f59a239ccfaa3d48f72e52a4758b.tar dotfiles-150e47fa82f7f59a239ccfaa3d48f72e52a4758b.tar.zst dotfiles-150e47fa82f7f59a239ccfaa3d48f72e52a4758b.zip |
aerc: Set format for time stamps
-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. |