aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mbox-importer.c
Commit message (Collapse)AuthorAgeFilesLines
* We are now going to use a file descriptor and a CamelMimeParser ratherJeffrey Stedfast2001-02-061-123/+97
| | | | | | | | | | | | | | | | | 2001-02-05 Jeffrey Stedfast <fejj@ximian.com> * evolution-mbox-importer.c: We are now going to use a file descriptor and a CamelMimeParser rather than a FILE pointer. (load_file_fn): Open the file descriptor and initialize the CamelMimeParser. (importer_destroy_cb): Unref the mime parser. (support_format_fn): Use an fd and use a case-insensitive comparison as well as elimate a buffer overrun. (process_item_fn): Process 1 CamelMimeMessage per invocation so as to not lock up Iain's GUI and to work similar to the way Iain originally coded it. svn path=/trunk/; revision=8006
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-05 Christopher James Lahey <clahey@ximian.com> * evolution-mbox-importer.c, evolution-mbox-importer.h: Moved bonobo includes from the .c to the .h. Include evolution-mbox-importer.h in evolution-mbox-importer.c. * evolution-outlook-importer.c, evolution-outlook-importer.h: Moved bonobo includes from the .c to the .h. Include evolution-outlook-importer.h in evolution-outlook-importer.c. * mail-callbacks.c: Include mail-send-recv.h. * mail-local.c (mail_local_lookup_folder): Cast local_store to CAMEL_STORE. * mail-mt.c (mail_msg_cleanup): Make this function static. * mail-send-recv.c, mail-send-recv.h: Created mail_send_recv.h. Included it in mail-send-recv.c. Added a #include <libgnomeui/gnome-window-icon.h>. (mail_send_receive): Added a cast. * mail-summary.c (new_folder_cb, removed_folder_cb, create_summary_view): Cast the source func in calling g_idle_add. svn path=/trunk/; revision=8002
* Fix bug in autodetected mboxesIain Holmes2001-01-311-1/+1
| | | | | | Only allow one send and recv dialog at once. svn path=/trunk/; revision=7917
* Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-271-1/+32
| | | | | | importer svn path=/trunk/; revision=7843
* Neater importer stuff.Iain Holmes2001-01-261-0/+217
svn path=/trunk/; revision=7828