From 51e6647a13bef1dacf962bd32df60f1bae36bc7c Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 25 Apr 2019 21:43:41 -0400
Subject: msmtp not absolute path

---
 bin/mw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3