On Sun, Apr 7, 2013 at 4:27 AM, Oswald Buddenhagen <o...@kde.org> wrote: > On Sat, Apr 06, 2013 at 10:57:09PM +0200, Alexander Søndergaard wrote: >> 2. Is the aforementioned extra dot in the local foldername a bug? >> > no. i followed the example of dovecot and courier (however, i now notice > that it's not really compatible - subfolders below the top level are > not supposed to be nested even more, but use a flattened hierarchy. i > don't think this mix would be a particularly useful format for local > hierarchical mailboxes). > > that's of course irrelevent for you now that you are flattening.
I still would like 'trash' instead of '[Gmail].Trash'. >> 3. The MaxMessages option in my .mbsyncrc file is not working. Is is being >> correctly used? >> >> Channel gmail-local >> MaxMessages 1000 >> > there isn't much to do wrong here, really. ^^ > most likely is a mismatch in expectations as to what are deletable > messages (make sure you *really* understand the implications of what the > man page says; there is also some related discussion in the list > archive). Well, it's not called MaxDeletableMessages (whatever deletable means). When I sync a new folder with MaxMessages 100, I expect it to fetch 100 messages, and it doesn't =/. And BTW. I'm getting a crash with the latest git: --- a/src/drv_maildir.c +++ b/src/drv_maildir.c @@ -163,7 +163,6 @@ maildir_cleanup( store_t *gctx ) ctx->db->close( ctx->db, 0 ); #endif /* USE_DB */ free( ctx->trash ); - free( gctx->path ); free( ctx->excs ); if (ctx->uvfd >= 0) close( ctx->uvfd ); -- Felipe Contreras ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel