ソースを参照

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() { \


読み込み中…
キャンセル
保存