diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-14 07:31:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-14 07:31:06 +0800 |
commit | 2f96c6db974180f9a9e88b89386e599edb9b21d6 (patch) | |
tree | a1a564f1caab4ec113ce6d96f7da7519b5a27463 /mail/ChangeLog | |
parent | 24cf25fc207e0fb0d6d4e64b4d60375b71874109 (diff) | |
download | gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.tar gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.tar.gz gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.tar.bz2 gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.tar.lz gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.tar.xz gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.tar.zst gsoc2013-evolution-2f96c6db974180f9a9e88b89386e599edb9b21d6.zip |
Call camel_init with the evolution directory passed in. Also, abort if
2001-03-13 Jeffrey Stedfast <fejj@ximian.com>
* session.c (mail_session_init): Call camel_init with the
evolution directory passed in. Also, abort if camel cannot be
initialized.
* main.c (main): Shutdown camel.
svn path=/trunk/; revision=8689
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3ccc35fc5e..79ab88f32d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-03-13 Jeffrey Stedfast <fejj@ximian.com> + + * session.c (mail_session_init): Call camel_init with the + evolution directory passed in. Also, abort if camel cannot be + initialized. + + * main.c (main): Shutdown camel. + 2001-03-04 Michael Meeks <michael@ximian.com> * folder-browser-factory.c (free_pixmaps): impl. @@ -5,17 +13,18 @@ 2001-03-13 Iain Holmes <iain@ximian.com> - * Makefile.am: Removed the importers and created a subdirectory for them to - live happily as plugins. + * Makefile.am: Removed the importers and created a subdirectory + for them to live happily as plugins. - * mail-importer.c (mail_importer_create_folder): Modified the function to take - a BonoboListener for the callback. + * mail-importer.c (mail_importer_create_folder): Modified the + function to take a BonoboListener for the callback. (get_importer_list): Get a list of importer plugins. (free_importer_list): Free the list of plugins. (mail_importer_init): Initalise the list of plugins. (main_importer_uninit): Unload the modules. - * GNOME_Evolution_Mail.oaf.in: Remove the oaf_server entries for the importers. + * GNOME_Evolution_Mail.oaf.in: Remove the oaf_server entries for + the importers. * importers/*: Copy the importers in here. |