aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-09-13 17:12:12 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-14 20:51:40 +0200
commit94bff9130d4e0a3b93563792f141444b5083fe51 (patch)
tree81bc92e4cb7816ad598d46363edbeaa723d59dfe /CHANGELOG.md
parent37c1db2ab22b892cc41c8d663a359fc6ebe12e31 (diff)
downloadaerc-94bff9130d4e0a3b93563792f141444b5083fe51.tar.gz
config: add option to hide timezone in sent emails
Some people are worried that they might leak their timezone and wish to send their mails with the Date header in UTC. For this a new key is added to the account sections to enforce sending in UTC instead of the system's timezone. Suggested-by: "Ricardo Correia" <aerc-lists.sr.ht@wizy.org> Thanks: to Ricardo for checking and correcting my incorrect assertions Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 145a65df..7997db03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support for bindings with the Alt modifier.
- Zoxide support with `:z`.
+- Hide local timezone with `send-as-utc = true` in `accounts.conf`.
### Changed