浏览代码

remove msbync profile for online accounts after -l

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

+ 1
- 0
mw 查看文件

@@ -188,6 +188,7 @@ trysync() { \
else
printf "\033[31m\033[31mSync not successful.\033[0m Try running \`mbsync %s\` manually after double-checking your password and server settings.\\nThen select to finalize the account.\\n" "$title"; return 1
fi
[ "$accounttype" = "online" ] && sed -i "/IMAPStore $title-remote$/,/# End profile/d" "$mbsyncrc"
}

finalize() { \


正在加载...
取消
保存