diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-11 21:36:26 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-11 21:36:26 -0400 |
commit | 358d6c817da64caa372af7e7737d45b2d14610a1 (patch) | |
tree | 88f4796140f37fcf13e6c8be7d5c1b4c1ae334d7 /mw | |
parent | 23e250b82f1f158e05d51fb51156e0863ce0ebb1 (diff) |
wipe enabled
Diffstat (limited to 'mw')
-rwxr-xr-x | mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ finalize() { \ wipe () { \ printf "Are you \033[31;1mreally\033[0m sure you want to delete all email accounts?\\n" && read -r input && ! echo "$input" | grep -i "y\(es\)*" >/dev/null && printf "That doesn't seem like a yes to me.\\n\\n" && return 1 printf "Are you really, really sure?" && read -r input && ! echo "$input" | grep -i "y\(es\)*" >/dev/null && printf "That doesn't seem like a yes to me.\\n\\n" && return 1 - #rm -rf "$mbsyncrc" "$accdir" "$creddir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." + rm -rf "$mbsyncrc" "$accdir" "$creddir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." } pick() { \ |