Hi, I keep my messages in maildir format, and I've been running with this in src/drv_maildir.c for a while:
static int maildir_get_caps( store_t *gctx ATTR_UNUSED ) { return DRV_CRLF; } It doesn't seem to have broken anything, and I wouldn't expect that it ever would. Maildir stores each message in file with no further encoding or processing, so there's not much that can go wrong. (The qmail system that spawned maildir is pretty pedantic about CRLF[0], so I would be very surprised if there were any compatibility problems.) Anyway, if you're looking for a datapoint that maildir supports CRLF, this is one. Thank you for your time, and thanks for isync! [0] https://www.mail-archive.com/qpsmtpd@perl.org/msg00657.html -- S. Gilles ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel