summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-30 04:39:03 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-30 04:39:03 +0900
commit696ce7215119801a3420f01b99e1db41984741c5 (patch)
tree92f2487592ecfb850799c74ca04f8770c4759f2b
parent202084e9d5d817337dd4f0be258b143f2e46a8c3 (diff)
modified bin/mw
-rwxr-xr-xbin/mw1
1 files changed, 0 insertions, 1 deletions
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"
}