Browse Source

wipe removed

tags/v3.1
Luke Smith 5 years ago
parent
commit
f7875782d6
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mw

+ 1
- 1
mw View File

@@ -354,7 +354,7 @@ Input a number to continue or press ctrl-c.\\n"
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 ;;
4) askgpg ;; 4) askgpg ;;
5) 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" && rm -ri "$mbsyncrc" "$accdir" "$creddir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;;
6) choosecron ;; 6) choosecron ;;
0) break ;; 0) break ;;
*) printf "Invalid input.\\n" *) printf "Invalid input.\\n"


Loading…
Cancel
Save