mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
fix(mail): unset neomutt read envelope
This commit is contained in:
@@ -82,7 +82,7 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
attribution = "\"%n (%a), %d:\"";
|
attribution = "\"%n (%a), %d:\"";
|
||||||
date_format = "\"%Y-%m-%d %H:%M\"";
|
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
|
fast_reply = "yes"; # skip to compose when forwarding
|
||||||
fcc_attach = "no"; # save attachments with the body
|
fcc_attach = "no"; # save attachments with the body
|
||||||
forward_format = "\"→ %s\""; # format of subject when forwarding
|
forward_format = "\"→ %s\""; # format of subject when forwarding
|
||||||
|
|||||||
Reference in New Issue
Block a user