diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -293,6 +293,7 @@ asktype() { while : ; do purge() { confirm "delete all account data" || exit rm -rf "$mbsyncrc" "$accdir" "$HOME/.config/msmtp" "$cachedir" + crontab -l | sed '/mailsync/d' | crontab - >/dev/null echo "All configs and account settings have been purged." sed -ibu "/\# mw-autogenerated/d" "$muttrc" ; rm -f "$muttrc"bu } |