Selaa lähdekoodia

cachedir deleted on purge

tags/v3.1
Luke Smith 5 vuotta sitten
vanhempi
commit
acc392df72
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Näytä tiedosto

@@ -256,7 +256,7 @@ asktype() { while : ; do
esac; done ;}

purge() { confirm "delete all account data" || exit
rm -rf "$mbsyncrc" "$accdir" "$HOME/.config/msmtp"
rm -rf "$mbsyncrc" "$accdir" "$HOME/.config/msmtp" "$cachedir"
echo "All configs and account settings have been purged."
sed -i "/\# mw-autogenerated/d" "$muttrc"
}


Ladataan…
Peruuta
Tallenna