summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingyu Zhu <302590304@qq.com>2020-04-05 21:11:55 +0800
committerGitHub <noreply@github.com>2020-04-05 09:11:55 -0400
commit789f5932720fb05a232460ad89a8ef5fb8e46454 (patch)
tree2aac6fd57c7e43966e58767f6bbff6d1548ba15c
parentdb9dae95a313666a1fef3f0d9c155f70b7474810 (diff)
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>
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index e7a673a..862f937 100755
--- 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\"