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,AWL,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 B03A11F5B7 for ; Sun, 26 Jul 2020 06:57:31 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/2] xt/imapd-mbsync-oimapd: fix noop due to case sensitivity Date: Sun, 26 Jul 2020 06:57:31 +0000 Message-Id: <20200726065731.8100-3-e@yhbt.net> In-Reply-To: <20200726065731.8100-1-e@yhbt.net> References: <20200726065731.8100-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: mbsync was not retrieving anything since it was looking for "inbox" when we need to return "INBOX" as a special case for IMAP. Fixes: 8af34015e9aa94e5 (imap: LIST shows "INBOX" in all caps) --- xt/imapd-mbsync-oimap.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/imapd-mbsync-oimap.t b/xt/imapd-mbsync-oimap.t index edf111fde..f8641d06d 100644 --- a/xt/imapd-mbsync-oimap.t +++ b/xt/imapd-mbsync-oimap.t @@ -99,7 +99,7 @@ UseNamespace no # DisableExtension COMPRESS=DEFLATE Channel "test" -Master ":remote:inbox" +Master ":remote:INBOX" Slave ":local:test" Expunge None Sync PullNew