summaryrefslogtreecommitdiff
path: root/mw
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-18 08:16:12 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-18 08:16:12 -0400
commitf7875782d60f7da6ef25492df31abd7aacc9271a (patch)
treeb91e43a844e6feebe7c15b220919cebb0b9a9db2 /mw
parent85ea8bdfcb69362abb78b114479245900657134b (diff)
wipe removed
Diffstat (limited to 'mw')
-rwxr-xr-xmw2
1 files changed, 1 insertions, 1 deletions
diff --git a/mw b/mw
index 15cc47f..991b853 100755
--- a/mw
+++ b/mw
@@ -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 ;;
3) pick delete && confirm "delete the \`$title\` profile" && delete ;;
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 ;;
0) break ;;
*) printf "Invalid input.\\n"