diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-25 21:43:41 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-25 21:43:41 -0400 |
commit | 51e6647a13bef1dacf962bd32df60f1bae36bc7c (patch) | |
tree | 00e1ef4aaeff132f3081eeef33b47d04c48550f0 /bin | |
parent | c662051529cff82c77390a46fe52cd13bb03bfbd (diff) |
msmtp not absolute path
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |