Browse Source

Merge pull request #1036 from ncv-xyz/msmtprc

Don't create ~/.msmtprc
master
Luke Smith 1 month ago
committed by GitHub
parent
commit
b4a28b2548
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      bin/mw

+ 0
- 1
bin/mw View File

@@ -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"
}



Loading…
Cancel
Save