From 696ce7215119801a3420f01b99e1db41984741c5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 30 Jan 2025 04:39:03 +0900 Subject: modified bin/mw --- bin/mw | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/mw b/bin/mw index 9ac6a93..2701a12 100755 --- a/bin/mw +++ b/bin/mw @@ -76,7 +76,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