projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2727790
)
xt/imapd-mbsync-oimapd: fix noop due to case sensitivity
author
Eric Wong <e@yhbt.net>
Sun, 26 Jul 2020 06:57:31 +0000 (06:57 +0000)
committer
Eric Wong <e@yhbt.net>
Sun, 26 Jul 2020 23:46:40 +0000 (23:46 +0000)
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
patch
|
blob
|
history
diff --git
a/xt/imapd-mbsync-oimap.t
b/xt/imapd-mbsync-oimap.t
index edf111fde3eca3a859abae89d206e7ed174b6025..f8641d06d5979b9bbbfe2bed253889072eeba346 100644
(file)
--- 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