aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 01:07:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 01:07:26 +1200
commitd6ac18ff41e24932a8a44a10ddfe3f7bdc8b3e92 (patch)
treee2c1740d6533518804242170b4255b7735630b48
parentSwitch default Mutt sort to threads (diff)
downloaddotfiles-d6ac18ff41e24932a8a44a10ddfe3f7bdc8b3e92.tar.gz
dotfiles-d6ac18ff41e24932a8a44a10ddfe3f7bdc8b3e92.zip
Don't set use_envelope_from by default
Will offload this to the mailserver in the most general case.
-rw-r--r--mutt/muttrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 13f64d42..11efc4bb 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -146,12 +146,6 @@ 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 mail server 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.
#