commit 51e6647a13bef1dacf962bd32df60f1bae36bc7c
parent c662051529cff82c77390a46fe52cd13bb03bfbd
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 25 Apr 2019 21:43:41 -0400
msmtp not absolute path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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