diff options
| author | Nikola Kvartovič <ncv@disroot.org> | 2026-07-26 15:42:29 -0400 |
|---|---|---|
| committer | Nikola Kvartovič <ncv@disroot.org> | 2026-07-26 15:42:29 -0400 |
| commit | e03a7206e78c07cf85c7b8f87b8bafd4a26b7ec3 (patch) | |
| tree | 5d77fca8d59f986a3a03993be4dd370172918a31 | |
| parent | afb68464bd8787437166b370b6588773ae65dc78 (diff) | |
Don't create ~/.msmtprc
msmtp has XDG support (https://github.com/marlam/msmtp/commit/af2f409).
Is there another reason for creating this file?
| -rwxr-xr-x | bin/mw | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" } |
