소스 검색
Merge pull request #1036 from ncv-xyz/msmtprc
Don't create ~/.msmtprc
master
Luke Smith
1 개월 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
0개의 추가작업 그리고
1개의 파일을 삭제
-
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" |
|
|
|
} |
|
|
|
|
|
|
|
|