|
From: Oswald B. <osw...@gm...> - 2021-11-30 20:03:22
|
On Tue, Nov 30, 2021 at 09:44:16AM -0800, Ken Mankoff wrote: >It looks (to my untrained eye) like things are working when I run with >"-Dn -l": > only because you're telling it exactly what to say. if you use a Pattern with a wildcard, it will blow up. >IMAP error: mailbox name us...@do.../inbox contains server's hierarchy delimiter >Error: channel DV: master us...@do.../inbox cannot be opened. > huh, you found a (minor) bug. you can sidestep it with PathDelimiter "/". (alternatively, "#", if that slash *really* isn't a delimiter.) you can also try Path "us...@do.../" and use "" (== INBOX) for the master side box - it's presumably case-insensitive. |