]> Sergey Matveev's repositories - public-inbox.git/commit
xt/imapd-mbsync-oimapd: fix noop due to case sensitivity
authorEric Wong <e@yhbt.net>
Sun, 26 Jul 2020 06:57:31 +0000 (06:57 +0000)
committerEric Wong <e@yhbt.net>
Sun, 26 Jul 2020 23:46:40 +0000 (23:46 +0000)
commit7bfed5b870940a967bec2051fc4bfab4d14d4274
tree667a205960b13beb8a68c92184a8f743bacc66a8
parent27277902f3ddb10af08c9870e3e9af1285e390ce
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