19 Aug
2012
19 Aug
'12
6:22 p.m.
On 9.8.2012, at 11.20, Nikolai Schupbach wrote:
We have encountered an issue today with a number of migrations. Some customers have mailboxes on the source IMAP server that look like this:
3 LIST "" *
- LIST () "." "INBOX"
- LIST () "." "INBOX.Statements"
- LIST () "." "INBOX.Draft"
- LIST () "." "INBOX.Drafts"
- LIST () "." "INBOX.Invoices"
- LIST (\Noselect) "." "INBOX.INBOX"
- LIST () "." "INBOX.Jokes"
- LIST () "." "INBOX.Payslips"
- LIST () "." "INBOX.Personal"
When we run dsync it skips the INBOX presumably because of the Noselect on INBOX.INBOX. and the "imapc_list_prefix = INBOX" setting.
Does the attached patch help?