Skip to content
  • Jim Nelson's avatar
    Prevent reconnect loop from occurring · 86f1854e
    Jim Nelson authored
    I noticed recently that when composing a draft message, if the
    connection to the Drafts folder was dropped by the server, Geary
    would enter a fast reconnect loop.  The problem was that, even if
    Imap.Folder signals "disconnect", it's close_async() must be called.
    This adds that logic to the background reestablishment code.
    86f1854e