summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-25 21:43:41 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-25 21:43:41 -0400
commit51e6647a13bef1dacf962bd32df60f1bae36bc7c (patch)
tree00e1ef4aaeff132f3081eeef33b47d04c48550f0
parentc662051529cff82c77390a46fe52cd13bb03bfbd (diff)
msmtp not absolute path
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index fad71af..1c1ed58 100755
--- a/bin/mw
+++ b/bin/mw
@@ -65,7 +65,7 @@ mutt_profile="# vim: filetype=neomuttrc
# muttrc file for account $title
set realname = \"$realname\"
set from = \"$fulladdr\"
-set sendmail = \"/usr/bin/msmtp -a $title\"
+set sendmail = \"msmtp -a $title\"
alias me $realname <$fulladdr>
set folder = \"$maildir/$title\"
set header_cache = $cachedir/$title/headers