diff options
Diffstat (limited to 'mutt_install.sh')
-rwxr-xr-x | mutt_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |