commit 9eab140f25267cb8dc0a865b35719a64b547e5f0
parent e648d10d3bcf2c52f677cfaa08c9c3b4cef1df5f
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 22 Apr 2019 23:39:22 -0400
old dir not necessary
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/mw b/bin/mw
@@ -152,7 +152,7 @@ EOF
[ -z "$login" ] && login="$fulladdr"
getpass
getprofiles
- mkdir -p "$muttdir" "$accdir/$title" "$cachedir/$title/bodies" "$HOME/.config/msmtp"
+ mkdir -p "$muttdir" "$cachedir/$title/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"