[user/malte] Fix neomutt/msmtp issues

This commit is contained in:
Malte Tammena 2022-04-04 16:47:22 +02:00
parent e3bd0b8241
commit a00a2f3eb6

View file

@ -225,8 +225,8 @@ in {
settings = {
# Needs no explanation
charset = realStr "utf-8";
# Use envelope_from_address as envelope sender
use_envelope_from = "true";
# msmtp derives the sender itself, adding `-f` breaks it
use_envelope_from = "false";
# Allow me to edit headers while composing messages
edit_headers = "true";
# I don't need to change subject and address when replying