aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-04 17:06:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-04 17:06:12 +1200
commitcec773c57771480d10dc34ec80ef4ac88bea4084 (patch)
tree428f4fd0e8b1d14727bc31e79b9c657380f1e96b /mutt
parentAdd decorate option to log config (diff)
downloaddotfiles-cec773c57771480d10dc34ec80ef4ac88bea4084.tar.gz
dotfiles-cec773c57771480d10dc34ec80ef4ac88bea4084.zip
Make sendmail(1) implementation configurable
Include it in the sendemail section of the Git config, too
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc.m4 (renamed from mutt/muttrc)2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc.m4
index 4f252477..44883c32 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc.m4
@@ -8,7 +8,7 @@ set use_from = yes
set reverse_name = yes
# SMTP implementation
-set sendmail = '/usr/bin/msmtp'
+set sendmail = 'DOTFILES_SENDMAIL'
# Mailbox type and location
set mbox_type = 'Maildir'