瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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"
}



Loading…
取消
儲存