n00buntu msmtp link

This commit is contained in:
Luke Smith 2019-05-02 19:21:53 -04:00
parent c49c2e8269
commit a7ec4dae1f
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

1
bin/mw
View File

@ -166,6 +166,7 @@ EOF
for x in $(seq 1 9); do echo "$accounts" | grep "$x" >/dev/null 2>&1 || { export idnum="$x"; break ;}; done
[ ! -f "$msmtprc" ] && echo "$msmtp_header" > "$msmtprc"
echo "$msmtp_profile" >> "$msmtprc"
command -V apt-get >/dev/null 2>&1 && ln -s "$msmtprc" "$HOME/.msmtprc" 2>/dev/null
case "$service" in
protonmail.ch|protonmail.com|pm.me) protonfinger || return 1 ;;
esac