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 43A5E1F5AE for ; Sun, 21 Jun 2020 19:23:25 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] imap: search fixes Date: Sun, 21 Jun 2020 19:23:23 +0000 Message-Id: <20200621192325.18165-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some bugs I noticed while retooling -watch to work as an IMAP (and NNTP) client. Eric Wong (2): imap: *SEARCH: return no results for out-of-range queries imap: refill_xap: remove needless loop lib/PublicInbox/IMAP.pm | 23 ++++++++++------------- lib/PublicInbox/IMAPsearchqp.pm | 4 ++-- t/imapd.t | 11 +++++++++-- 3 files changed, 21 insertions(+), 17 deletions(-)