From e03a7206e78c07cf85c7b8f87b8bafd4a26b7ec3 Mon Sep 17 00:00:00 2001 From: Nikola Kvartovič Date: Sun, 26 Jul 2026 15:42:29 -0400 Subject: Don't create ~/.msmtprc msmtp has XDG support (https://github.com/marlam/msmtp/commit/af2f409). Is there another reason for creating this file? --- bin/mw | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/mw') 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" } -- cgit v1.2.3