On Sat, Sep 17, 2022 at 09:01:28AM -0400, Antoine Fauchié wrote:
I don't see other errors, perhaps "pattern '*' (effective '*'): Path,
no INBOX" in the beginning?

that's actually an interesting thought. isync has an optimization to not
even try opening folders it deems absent after listing the store, and i
had bugs in this before. the 'callback enter list_store' confirms that
it clearly thinks that the store contains nothing relevant.
the guilty commit is probably acd6b4b0b (you won't have much luck
reverting it without reverting each subsequent commit involving that
file, though; you can try checking out acd6b4b0b~1 instead).

you can work around it by putting the actual mailbox names in Patterns.
even just INBOX/* in addition to * might be sufficient.


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

Reply via email to