On Fri, Oct 28, 2011 at 04:21:22PM -0500, Andrew Eikum wrote: > Since we have a program called "mailsplit," wouldn't it make more > sense to have imap-send use its implementation to split mail instead > of sharing just the From line detection? Potentially, yeah. I was thinking of just pulling over the from line detection (which is the real black magic bit), but it looks like imap-send's mbox handling could use some general attention (maybe it would be possible to not read the entire mbox into memory, for example). > I was hoping it'd be a quick matter of pulling mailsplit's > implementation out of builtin and into the top level, but I see it's > got some global variables that are tangled enough that I actually have > to understand the code before I can pull it apart :) > > If no one beats me to it, I'll work on this next week. It's late on > Friday and I'm moving house this weekend. No rush. Let us know if you have questions. > Quick question, since I'm not intimately familiar with Git's code: I > was thinking of creating a new compilation unit at the top level, > mailutils.{c,h}, and referencing it from both imap-send.c and > builtin/splitmail.c. Does that seem like the right approach? Is there > an existing compilation unit I should be placing splitmail's guts into > instead? Yes, I think a new file makes sense here. Make sure to update LIB_H and LIB_OBJS in the Makefile. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html