瀏覽代碼

error code fix

tags/v3.1
Luke Smith 5 年之前
父節點
當前提交
0633cb2b50
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4C50B54A911F6252
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      bin/mw

+ 2
- 0
bin/mw 查看文件

@@ -179,6 +179,7 @@ tryconnect() { mkdir -p "$maildir/$title"
[ "$accounttype" = "online" ] && sed -i "/IMAPStore $title-remote$/,/# End profile/d" "$mbsyncrc"
printf "\033[32mMailboxes detected.\033[0m\\n"
echo "$mailboxes" | xargs -I {} mkdir -p "$maildir/$title/{}"
return 0
else
printf "\033[31m\033[31mLog-on not successful.\033[0m\\nIt seems that either you inputted the wrong password or sever settings, or there are other requirements for your account out of the control of mutt-wizard.\\n"
return 1
@@ -205,6 +206,7 @@ finalize() { \
echo "$boxes" | grep -i -m 1 junk | formatShortcut j junk
echo "$boxes" | grep -i -m 1 archive | formatShortcut a archive
[ "$accounttype" = "offline" ] && printf "All done.\\n\033[33mYou should now be able to run \`\033[32mmbsync %s\033[33m\` to begin to download your mail.\033[0m\\n" "$title"
return 0
}

confirm() { printf "Do you want to to %s? [y/N]\\n\t" "$@" && read -r input && ! echo "$input" | grep -i "^y$\|^yes$" >/dev/null && printf "That doesn't seem like a yes to me.\\n\\n" && return 1


Loading…
取消
儲存