commit 789f5932720fb05a232460ad89a8ef5fb8e46454
parent db9dae95a313666a1fef3f0d9c155f70b7474810
Author: Lingyu Zhu <302590304@qq.com>
Date: Sun, 5 Apr 2020 21:11:55 +0800
remove unnecessary prefix setting up msmtp. (#401)
the prefix is not correct at least for Ubuntu distro. Since doc clearly
states the dependencis. We assume msmpt is on the PATH environment.
Co-authored-by: Lingyu Zhu <lynuszhu@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/mw b/bin/mw
@@ -101,7 +101,7 @@ mutt_profile="# vim: filetype=neomuttrc
# muttrc file for account $title
set realname = \"$realname\"
set from = \"$fulladdr\"
-set sendmail = \"$prefix/bin/msmtp -a $title\"
+set sendmail = \"msmtp -a $title\"
alias me $realname <$fulladdr>
set folder = \"imaps://$fulladdr@$imap:$iport\"
set imap_user = \"$login\"