ソースを参照

remove unnecessary prefix setting up msmtp.

the prefix is not correct at least for Ubuntu distro. Since doc clearly
states the dependencis. We assume msmpt is on the PATH environment.
pull/401/head
Lingyu Zhu 4年前
コミット
39a84bb3bd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/mw

+ 1
- 1
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\"


読み込み中…
キャンセル
保存