I have two different systems running isync, one on 1.1.2 and one
on 1.2. I share a config between them, and until I upgraded the
FreeBSD machine to 1.2, everything was working wonderfully. My
server has the following layout:

INBOX/
INBOX/Sent
INBOX/Foo
INBOX/etc

I have the following config on both machines:

IMAPAccount pobox
Host mail.pobox.com
User cneh...@pobox.com
PassCmd "cat $HOME/.mbsync.pobox.pass"
UseIMAPS yes

IMAPStore pobox-remote
Account pobox
Path INBOX

MaildirStore pobox-local
Path ~/mail/pobox/
Inbox ~/mail/pobox/INBOX
Flatten .

Channel pobox
Master :pobox-remote:
Slave :pobox-local:
Patterns *
Create Both
SyncState *

In 1.1.2, this creates a directory hierarchy like the following:

mail/pobox/INBOX
mail/pobox/INBOX.Sent
mail/pobox/INBOX.Foo
mail/pobox/INBOX.etc

However, in 1.2, this creates the following hierarchy:

mail/pobox/ (an actual folder)
mail/pobox/.Sent
mail/pobox/.Foo
mail/pobox/.etc

How can I achieve the 1.1.2 hierarchy on 1.2? Optimally, I'd like
to be able to share the config between the two machines, but I
can understand if that's not possible presently. Additionally, I
wouldn't mind donating my config to the examples to help others
with this sort of layout.

-- 
Chris Nehren

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to