Skip to content
Snippets Groups Projects
  1. Feb 17, 2019
  2. Feb 16, 2019
    • Michael Gratton's avatar
      Merge branch 'wip/all-mail-sticky-conversations' into 'master' · 6a42d110
      Michael Gratton authored
      Fix sticky conversations in GMail
      
      See merge request GNOME/geary!108
      6a42d110
    • Michael Gratton's avatar
    • Michael Gratton's avatar
      Ensure conversations that have no email in the base folder are dropped · 9619d18e
      Michael Gratton authored
      If a least one email in a conversation that is in the base folder but
      also in another is removed from the base folder, the conversation may
      not be removed from the monitor despite possibly not having any email
      in the base folder, since the email may not have been completely removed
      from the conversation.
      
      This was particulary being seen with GMail accounts where even single
      message conversations were not disappering when trashed because the
      converation's email was still in All Mail.
      
      This fix does a few things: Avoids hitting the database when checking
      a conversation still has email in the base folder, when it does check
      only ensures that email are in the base folder, not *any* folder, and
      updates ConversationSet::remove_all_emails_by_identifier to do this
      check iternally, clean up its API and implementation and avoids having
      to use out args calling it.
      9619d18e
    • Michael Gratton's avatar
      Add base_folder property back to ConversationSet · 67bf1183
      Michael Gratton authored
      Athough it was removed a while back, add it back since it is not only
      needed when adding conversations, but also when removing email from
      conversations to be able to detect when a conversation should be
      dropped.
      67bf1183
  3. Feb 15, 2019
  4. Feb 14, 2019
  5. Feb 13, 2019
Loading