|
From: Patrick P. <pa...@pi...> - 2013-04-15 09:32:18
|
Dear all, I'm currently making a recursive mailbox synchronisation. On the Remote IMAP all of my Folders are starting with a dot '.' When doing the mbsync , they are created without the '.'. Any chance to change this behaviour. Didn't find any configurable parameters Thanks in advance Here after is the .mbsyncrc file SyncState * ### accout: username IMAPAccount username@imap-server Host imaps:imap-server Port 993 User "username" Pass "password" RequireCRAM no RequireSSL yes UseSSLv2 yes UseSSLv3 yes UseTLSv1 yes CertificateFile /etc/pki/CA/ca-cert.pem IMAPStore username_rem Account username@imap-server UseNamespace yes MaildirStore pichon_loc Path "~/isync-test/username/Maildir/" Inbox "~/INBOX" AltMap no Flatten . Channel username Master :username_rem:"INBOX" Slave :username_loc:"isync-test/username/Maildir" #Sync New ReNew Flags Sync Pull Patterns * Create Slave -- Pa...@pi... |