diff options
author | Lingyu Zhu <302590304@qq.com> | 2020-04-05 21:11:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 09:11:55 -0400 |
commit | 789f5932720fb05a232460ad89a8ef5fb8e46454 (patch) | |
tree | 2aac6fd57c7e43966e58767f6bbff6d1548ba15c /bin | |
parent | db9dae95a313666a1fef3f0d9c155f70b7474810 (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>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\" |