mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit a7ec4dae1f27854b42c2fef13c517172c0b168ef
parent c49c2e8269810683298864a3bd7fa033d3d5b5b8
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Thu,  2 May 2019 19:21:53 -0400

n00buntu msmtp link

Diffstat:
Mbin/mw | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/mw b/bin/mw @@ -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