Hi, first thank you for mbsync which is a great piece of software, especially since git master allow a full synchro of gmail accounts.
I'm using this configuration: > MaildirStore local > Path ~/a/ > Inbox ~/a/INBOX > > IMAPStore remote > Host imap.gmail.com > User me > Pass XXX > UseIMAPS yes > > Channel gmail > Master :remote:"INBOX" > Slave :local:~/a > Patterns * !"[Google Mail]*" "[Google Mail]/Sent Mail" "[Google Mail]/Drafts" > Sync pull > Create Slave All is synchronized but ... .. $ tree -ad ~/a > . > |-- INBOX > | |-- cur > | |-- new > | `-- tmp > |-- [Google Mail] > | |-- .Drafts > | | |-- cur > | | |-- new > | | `-- tmp > | `-- .Sent Mail > | |-- cur > | |-- new > | `-- tmp > `-- asso > `-- .one > |-- cur > |-- new > `-- tmp As you can see, all emails "labelled" asso/one in Gmail end-up inside "asso/.one", and I dislike the leading dot. This issue is almost the opposite of [1]. Obviously, in the case of a one-time backup, directories could be easily renamed, but it's less handy in the case of regular syncs. What's the way to deal with this behavior ? best regards Note: > recursive mbsync - missing dot for folder (Mon, 15 Apr 2013): [1] http://www.mail-archive.com/[email protected]/msg00715.html PS: I'm not subscribed ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
