aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-15 02:13:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-15 02:13:44 +1200
commit0ae36a331c015f0b7d8dc56a94ec4a37ec519fce (patch)
tree699f05db4e31aba9a07e16852c2bf13314a8f12a /mutt/muttrc
parentMerge branch 'hotfix/v9.22.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-0ae36a331c015f0b7d8dc56a94ec4a37ec519fce.tar.gz
dotfiles-0ae36a331c015f0b7d8dc56a94ec4a37ec519fce.zip
Merge branch 'release/v9.23.0'v9.23.0
* release/v9.23.0: Set use_envelope_from in muttrc Remove SENDMAIL switching from Makefile
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc6
1 files changed, 6 insertions, 0 deletions
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.
#