diff options
author | xengineering <me@xengineering.eu> | 2022-08-19 08:13:36 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-19 08:13:36 +0200 |
commit | c078ad5c35c35a4ee6431cc01e0adca134b3e535 (patch) | |
tree | ebef76abe2e42d159a6f3ba7b914345ce6e7ee47 | |
parent | e1ec92d6000be07a2c0d847c8a52d52e87fc4f2d (diff) | |
download | dotfiles-c078ad5c35c35a4ee6431cc01e0adca134b3e535.tar dotfiles-c078ad5c35c35a4ee6431cc01e0adca134b3e535.tar.zst dotfiles-c078ad5c35c35a4ee6431cc01e0adca134b3e535.zip |
Update timestamp format for aerc
-rw-r--r-- | .config/aerc/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 2adadbd..66959d0 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -14,7 +14,7 @@ index-format=%D %-17.17n %Z %s # 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 03:04 PM +timestamp-format=2006-01-02 # # Index-only time format for messages that were received/sent today. |