From 94bff9130d4e0a3b93563792f141444b5083fe51 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Tue, 13 Sep 2022 17:12:12 +0200 Subject: 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" Thanks: to Ricardo for checking and correcting my incorrect assertions Signed-off-by: Moritz Poldrack Acked-by: Tim Culverhouse --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit