소스 검색

Don't create ~/.msmtprc

msmtp has XDG support (https://github.com/marlam/msmtp/commit/af2f409).
Is there another reason for creating this file?
pull/1036/head
Nikola Kvartovič 1 개월 전
부모
커밋
e03a7206e7
No known key found for this signature in database GPG 키 ID: E99FBF734652D095
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      bin/mw

+ 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"
}



불러오는 중...
취소
저장