From 600a53dbdc0a4bc74b7fd485e14eef036272d644 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 11 Feb 2018 10:42:26 -0700 Subject: settings wiper, accounts bug fixed? --- mutt_install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mutt_install.sh') diff --git a/mutt_install.sh b/mutt_install.sh index 8ec9e34..0f97abe 100755 --- a/mutt_install.sh +++ b/mutt_install.sh @@ -69,6 +69,7 @@ echo -e "1\n2\n3\n4\n5\n6\n7\n8\n9" > /tmp/mutt_all_possible idnum=$(diff /tmp/mutt_all_possible /tmp/mutt_used | sed -n 2p | awk '{print $2}') addAccount() { + mkdir -p "$muttdir"accounts/ # First, adding the encrypted password. dialog --title "Luke's mutt/offlineIMAP password wizard" --passwordbox "Enter the password for the \"$title\" account." 10 60 2> /tmp/$title gpg -r $youremail --encrypt /tmp/$title -- cgit v1.2.3