diff options
author | Reto Brunner <reto@labrat.space> | 2020-04-24 07:19:59 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-04-24 07:19:59 +0200 |
commit | 3fa9ae3edb0c2193ef333a77b710ccbe54ee4368 (patch) | |
tree | 128231dd9dcbaa4a2cabdccef2d818ecc279b6ff /templates | |
parent | 955b5c22b5dbd87630c385391e83c8f6f8df956c (diff) | |
download | aerc-3fa9ae3edb0c2193ef333a77b710ccbe54ee4368.tar.gz |
templates/quoted_reply: fix incorrect timezone identifier
Diffstat (limited to 'templates')
-rw-r--r-- | templates/quoted_reply | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply index 64db1b5..84cac52 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,2 +1,2 @@ -On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM PST"}}, {{(index .OriginalFrom 0).Name}} wrote: +On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: {{wrapText .OriginalText 72 | quote }} |