Luke Smith
il y a 1 mois
committed by
GitHub
Parent
révision
b4a28b2548
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec
0 ajouts et
1 suppressions
-
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" |
|
|
|
} |
|
|
|
|
|
|
|
|