summaryrefslogtreecommitdiff
path: root/bin/mw
diff options
context:
space:
mode:
Diffstat (limited to '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"
}