From 796f73ef5fdf52f1a56bb3c7aa4ca2072f89de50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 19 May 2020 14:58:08 +0200 Subject: [PATCH] fix(mail): unset neomutt read envelope --- configs/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mail.nix b/configs/mail.nix index 8dd1f21..6ed100b 100644 --- a/configs/mail.nix +++ b/configs/mail.nix @@ -82,7 +82,7 @@ in settings = { attribution = "\"%n (%a), %d:\""; date_format = "\"%Y-%m-%d %H:%M\""; - envelope_from = "yes"; + # envelope_from = "yes"; # THIS BREAKS SENDING VIA MSMTP (the default setting already contains msmtpq --read-envelope) fast_reply = "yes"; # skip to compose when forwarding fcc_attach = "no"; # save attachments with the body forward_format = "\"→ %s\""; # format of subject when forwarding