Hello.

I tried to configure a basic setup with mbsync but I was surprised by
PathDelimiter behavior. In my eyes it is a bug but the documentation is not
precise about this topic so I ask you:

remote side contains mail folders: INBOX (incomming) and INBOX.*
I expected to get on local side: ~/Maildir/spool  and ~/Maildir/INBOX/*
("." taken as a path delimiter => replaced with "/")

Instead I got the following on local side:
~/Maildir/spool  (OK)
~/Maildir/spool/.ARCHIVE ~/Maildir/INBOX/spool/.OTHER etc.

My questions:

1. why they are located under spool/ subdirectory? I do not see this
   configured.

2. why the path delimiter (".") is still there, at the beginnig of each folder
   name?

3. where "INBOX" part of the names went to?

4. Is this intentional or bug?

Thanks, Milan Vancura


My config:

Create Slave
Expunge Both

MaildirStore local-store
        Path /home/milan/Maildir/
        Inbox /home/milan/Maildir/spool
        Trash Trash

IMAPAccount remote-account
... (host,port...)

IMAPStore remote-store
        Account remote-account
        UseNamespace    yes
        Path INBOX.
        PathDelimiter   .

Channel work
        Master :remote-store:
        Slave  :local-store:
        Patterns *


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to