number fix

This commit is contained in:
Luke Smith 2019-04-16 14:46:02 -04:00
parent 2addbac286
commit 8236230cee
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

12
mw
View File

@ -341,9 +341,9 @@ What would you like \033[32mmutt-wizard\033[0m to do?
1 Add an email account 1 Add an email account
2 Change an account's password 2 Change an account's password
3 Remove an account 3 Remove an account
5 Change GPG key pair used for encryption 4 Change GPG key pair used for encryption
6 Delete all account data 5 Delete all account data
7 Enable/disable autosync 6 Enable/disable autosync
0 Exit 0 Exit
Input a number to continue or press ctrl-c.\\n" Input a number to continue or press ctrl-c.\\n"
printf "\033[36m\t" printf "\033[36m\t"
@ -353,9 +353,9 @@ Input a number to continue or press ctrl-c.\\n"
1) addtype ;; 1) addtype ;;
2) pick "change the password of" && confirm "change the password of" && getpass ;; 2) pick "change the password of" && confirm "change the password of" && getpass ;;
3) pick delete && confirm "delete the \`$title\` profile" && delete ;; 3) pick delete && confirm "delete the \`$title\` profile" && delete ;;
5) askgpg ;; 4) askgpg ;;
6) confirm "delete all account data" && wipe && rm -ri "$mbsyncrc" "$accdir" "$creddir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;; 5) confirm "delete all account data" && wipe && rm -ri "$mbsyncrc" "$accdir" "$creddir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;;
7) choosecron ;; 6) choosecron ;;
0) break ;; 0) break ;;
*) printf "Invalid input.\\n" *) printf "Invalid input.\\n"
esac esac