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 --- doc/aerc-config.5.scd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/aerc-config.5.scd') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index ac280563..943c6c80 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -686,6 +686,11 @@ Note that many of these configuration options are written for you, such as Default: Drafts +*send-as-utc* + Converts the timestamp of the Date header to UTC. + + Default: false + *source* Specifies the source for reading incoming emails on this account. This key is required for all accounts. It should be a connection string, and the -- cgit