summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikola Kvartovič <ncv@disroot.org>2026-07-26 15:42:29 -0400
committerNikola Kvartovič <ncv@disroot.org>2026-07-26 15:42:29 -0400
commite03a7206e78c07cf85c7b8f87b8bafd4a26b7ec3 (patch)
tree5d77fca8d59f986a3a03993be4dd370172918a31
parentafb68464bd8787437166b370b6588773ae65dc78 (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-xbin/mw1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 18ef9c2..b7ded22 100755
--- a/bin/mw
+++ b/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"
}