I've hacked up some fairly rough support for picomail to use a local mail folder in mbox format. The patch is a little large to post to the list though so I've put a copy at http://www.hollo.org/gui/picomail-mbox.patch.gz. I've added a new file mbox.c, and also a backend.h/backend.c which decide whether to call the imap code or the mbox code. The only real change to existing code is that I made the main loop store the handles for the message list items so that I could implement "Delete Message".
I'd not reccomend using this on a mail folder that is irreplacable, or one that could contain hostile code for now. The linewrap stuff is pretty horrible, but it seems to work for me without segfaulting too often. :) Regards, James _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
