aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/evolution-mbox-importer.c
Commit message (Collapse)AuthorAgeFilesLines
* Importer changesIain Holmes2001-05-091-3/+60
| | | | svn path=/trunk/; revision=9722
* Fix a crash when the evolution-importer-client tries to pass NULL for the ↵Iain Holmes2001-03-311-1/+1
| | | | | | folderpath. svn path=/trunk/; revision=9055
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-7/+7
| | | | | | | | | | | 2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * *.*: Cleaned up #includes. Remove unneccesary includes of <gnome.h>, <gtk/gtk.h>, <bonobo.h> and replaced with more fine grained headers where needed. Also marked a bunch of strings for translations and added some missing prototypes. svn path=/trunk/; revision=9025
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-231-1/+5
| | | | | | | | | | Fix some warnings, Allow the importers to import into any folder. Update all importers for this change. Don't emit the create_folder callback if the folder to be created already exists. This should fix the libibex crash when importing. svn path=/trunk/; revision=8912
* Step the parser so it imports more than one message.Iain Holmes2001-03-211-0/+20
| | | | svn path=/trunk/; revision=8854
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+233
importer. svn path=/trunk/; revision=8661