On Fri, Sep 15, 2017 at 02:15:35PM +0200, Marc Chantreux wrote:
> I have 3 boxes available via IMAP on example.org
>       * INBOX
>       * Archive
>       * Corbeille
> 
> and i would like to synchronize them as
> 
>       ~/local/mail/example
>       ~/local/mail/example/Archive
>       ~/local/mail/example/Corbeille
> 
> for the moment, i have this error message:
> 
>       Error: channel example-chan: both master INBOXCorbeille and slave \
>               exampleCorbeille cannot be opened
> 
> Channel example-chan
> Master :example-store:INBOX
> Slave :local:example
> Patterns %
> 
that can't possibly work. as you see in the error message, the parts
after the store names are used as prefixes for the Patterns. what's
more, you're trying a non-identity mapping, which implies that you need
at least two channels:

Channel inbox
# INBOX is implicit
Master :example-store:
Slave :local:example

Channle other
# No prefix
Master :example-store:
Slave :local:example/
Patterns % !INBOX

Group blah
Channels inbox other

(at least i think that will work ... ^^)

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to