ソースを参照
Merge pull request #1036 from ncv-xyz/msmtprc
Don't create ~/.msmtprc
master
Luke Smith
1ヶ月前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B5690EEEBB952194
-
bin/mw
|
|
|
@@ -70,7 +70,6 @@ list() { getaccounts && [ -n "$accounts" ] && echo "$accounts" || exit 1; } |
|
|
|
|
|
|
|
prepmsmtp() { |
|
|
|
mkdir -p "${msmtprc%/*}" "${msmtplog%/*}" |
|
|
|
ln -s "$msmtprc" "$HOME/.msmtprc" 2>/dev/null |
|
|
|
envsubst <"$msmtptemp" >>"$msmtprc" |
|
|
|
} |
|
|
|
|
|
|
|
|