msmtp not absolute path
This commit is contained in:
parent
c662051529
commit
51e6647a13
2
bin/mw
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user