From 74c32bd9a0a6e11f0cade8c65825bde48e8d4379 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 15 Jun 2020 01:56:20 +1200 Subject: Set use_envelope_from in muttrc --- mutt/muttrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mutt/muttrc') diff --git a/mutt/muttrc b/mutt/muttrc index 55c2a059..80165f3c 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -130,6 +130,12 @@ set strict_threads set text_flowed set reflow_wrap = 0 +# When passing mail to the sendmail binary, use the "From" address I set as the +# envelope sender, in case the local mailserver needs to do any switching or +# filtering based on that. +# +set use_envelope_from + # Don't wait for me to press a key after running a command if it exited # successfully; this still warns me if something failed, though. # -- cgit v1.2.3