Hello, I hit the issue mentioned in http://sourceforge.net/p/isync/mailman/isync-devel/thread/20140617155518.GA5871@1ksurvivor/
My INBOX directory get ignored on the target server while subdirectories are properly synchronized. $ more .isyncrc MailDir ~/.Maildir Delete yes Expunge yes OneToOne yes Tunnel "ssh -q HOST /usr/lib/dovecot/imap" RequireSSL no $ isync --all Reading configuration file /home/klink/.isyncrc Channel o2o Opening master tunnel1... Starting tunnel 'ssh -q HOST /usr/lib/dovecot/imap'... ok Opening slave local... Selecting master INBOX... Selecting slave INBOX... Loading master... Loading slave... slave: 27 messages, 0 recent master: 16 messages, 0 recent Synchronizing... [...] As you can see, it notice the desync but does not act upon it. If I add an Inbox setting in .isyncrc like Inbox ~/.Maildir/INBOX It simply ignores the directory. $ isync --all Reading configuration file /home/klink/.isyncrc Channel o2o Opening master tunnel1... Starting tunnel 'ssh -q HOST /usr/lib/dovecot/imap'... ok Opening slave local... Maildir warning: ignoring INBOX in /home/klink/.Maildir/ I understand inbox get special treatment: -I, --inbox mailbox Exception to the 1:1 mapping created by -1: the special IMAP mailbox INBOX is mapped to the local mailbox (relative to the maildir). Inbox mailbox Exception to the OneToOne mapping: the special IMAP mailbox INBOX is mapped to the local mailbox (relative to the MailDir). NOTE: This directive is only meaningful in the global section (see below). But how do I get INBOX being treated as any other subdir? Regards, PS: please add me in CC as I'm not registered on the list -- http://yeupou.wordpress.com/ ------------------------------------------------------------------------------ _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel