aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-06-13 09:44:08 +0200
committerTimo Wilken2024-06-13 09:44:11 +0200
commita8cc16a326cda7d503eb109a6ea0c2cc52501112 (patch)
tree2c2f7f2d8d8f9fb3bb7213952deb42818f4500ea
parent418b74c5079a5c27d894c3d542bbdb6f1adcd5ce (diff)
Fix aerc reply date format
-rw-r--r--tw/services/files/aerc/templates/quoted_reply2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/services/files/aerc/templates/quoted_reply b/tw/services/files/aerc/templates/quoted_reply
index 74585ee8..960827b7 100644
--- a/tw/services/files/aerc/templates/quoted_reply
+++ b/tw/services/files/aerc/templates/quoted_reply
@@ -1,6 +1,6 @@
X-Mailer: aerc {{version}}
-On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
+On {{dateFormat (.OriginalDate | toLocal) "Mon 2 Jan 2006 at 3:04 pm MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
{{if eq .OriginalMIMEType "text/html"}}
{{exec `lynx -display_charset=UTF-8 -dump -stdin` .OriginalText | quote}}
{{else}}