diff options
Diffstat (limited to '.config/aerc')
-rw-r--r-- | .config/aerc/aerc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 17b9d21..9768f53 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -111,6 +111,7 @@ # # Default: 2006 Jan 02 #timestamp-format=2006 Jan 02 +timestamp-format=02 Jan 2006 # # Index-only time format for messages that were received/sent today. @@ -125,6 +126,7 @@ # # Default: Jan 02 #this-week-time-format=Jan 02 +this-week-time-format=02 Jan # # Index-only time format for messages that were received/sent this year. @@ -132,12 +134,14 @@ # #Default: Jan 02 #this-year-time-format=Jan 02 +this-year-time-format=02 Jan # # Overrides timestamp-format for the message view. # # Default: 2006 Jan 02, 15:04 GMT-0700 #message-view-timestamp-format=2006 Jan 02, 15:04 GMT-0700 +message-view-timestamp-format=Mon, 02 Jan 2006 15:04:00 -0700 # # If set, overrides timestamp-format in the message view for messages |