浏览代码

wipe removed

tags/v3.1
Luke Smith 5 年前
父节点
当前提交
f7875782d6
找不到此签名对应的密钥 GPG 密钥 ID: 4C50B54A911F6252
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mw

+ 1
- 1
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"


正在加载...
取消
保存