Procházet zdrojové kódy

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 před 4 roky
rodič
revize
39a84bb3bd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Zobrazit soubor

@@ -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\"


Načítá se…
Zrušit
Uložit