Luke Smith
5 years ago
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with
1 additions and
1 deletions
-
bin/mw
|
|
@@ -152,7 +152,7 @@ EOF |
|
|
|
[ -z "$login" ] && login="$fulladdr" |
|
|
|
getpass |
|
|
|
getprofiles |
|
|
|
mkdir -p "$muttdir" "$accdir/$title" "$cachedir/mutt-wizard/$title/cache/bodies" "$HOME/.config/msmtp" |
|
|
|
mkdir -p "$muttdir" "$accdir/$title" "$cachedir/$title/cache/bodies" "$HOME/.config/msmtp" |
|
|
|
getaccounts |
|
|
|
for x in $(seq 1 9); do echo "$accounts" | grep "$x" >/dev/null 2>&1 || { export idnum="$x"; break ;}; done |
|
|
|
[ ! -f "$HOME/.config/msmtp/config" ] && echo "$msmtp_header" > "$HOME/.config/msmtp/config" |
|
|
|