From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 41BE41F5AE for ; Thu, 25 Jun 2020 10:09:37 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] imap: fix some missing EXISTS responses Date: Thu, 25 Jun 2020 10:09:35 +0000 Message-Id: <20200625100937.5552-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I noticed there were still some cases mutt didn't pick up messages that showed up and I think I've fixed the last of them. Been testing these throughout the day on public-inbox.org and things seem good. Eric Wong (2): imap: always send EXISTS on uo2m_extend imap: EXAMINE: avoid potential race conditions lib/PublicInbox/IMAP.pm | 90 ++++++++++++++++++++++------------------- lib/PublicInbox/Over.pm | 18 ++------- 2 files changed, 52 insertions(+), 56 deletions(-)