Hi,

I upgraded to isync 1.5.0 today and noticed a bug. I'm using mbsync to
sync a far IMAP box with a near maildir box with the following config:

MaildirStore  myaccount-local
Path          /path/to/myaccount/
Inbox         /path/to/myaccount/INBOX
SubFolders    Verbatim

There is one subfolder of INBOX (Trash). Now I'm getting the following
error on every sync:

:Error: channel myaccount: near side box INBOX/Trash cannot be opened.

If I delete all traces of that folder, the folder is correctly synced
(without an error), but on the next run I get that error message.

I've traced this back to maildir_list_store(), which ignores
/path/to/myaccount/INBOX and all its subdirectories, which here means
it ignores /path/to/myaccount/INBOX/Trash. This results in mbsync
thinking that INBOX/Trash does not exist locally, which results in the
error message above.

This config worked fine with isync 1.4.x.

Best regards,
Felix




_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to