From 7bfed5b870940a967bec2051fc4bfab4d14d4274 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 26 Jul 2020 06:57:31 +0000 Subject: [PATCH] xt/imapd-mbsync-oimapd: fix noop due to case sensitivity 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 edf111fd..f8641d06 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 -- 2.44.0