浏览代码

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



正在加载...
取消
保存