diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-05-09 06:53:41 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-05-09 06:53:41 +0800 |
commit | c64eccfe004f5c30932fe571bb506626bb0c186d (patch) | |
tree | 2260477f72c474e00ae9f2b0afa7f5242e60c5a5 /mail/ChangeLog | |
parent | 9bcfef421b420061f7342e5517d226aa9f58dbdd (diff) | |
download | gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.tar gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.tar.gz gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.tar.bz2 gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.tar.lz gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.tar.xz gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.tar.zst gsoc2013-evolution-c64eccfe004f5c30932fe571bb506626bb0c186d.zip |
Importer changes
svn path=/trunk/; revision=9722
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 16307a3e04..e6138ebde0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,40 @@ +2001-05-08 Iain Holmes <iain@ximian.com> + + * mail-callbacks.c (filter_edit): Set the title of the dialog. + + * GNOME_Evolution_Mail.oaf.in: Add a reference for the MailConfig + interface stuff. + + * Mail.idl: Add the MailConfig interface, and a MailFilter interface. + + * component-factory.c (component_factory_init): Call + evolution_mail_config_factory_init. + + * mail-account-gui.c (setup_service): Just return if url == NULL, + don't crash. + + * mail-config.c: #include bonobo-object.h, #include Mail.h and define + the Config factory IID. + Implement the MailConfig interface with a BonoboObject. + (impl_GNOME_Evolution_MailConfig_addAccount): Convert the CORBA struct + into the correct MailConfig structures and add the account. + (evolution_mail_config_class_init): Initialise the class. + (evolution_mail_config_init): This function is intentionally left blank. + + (evolution_mail_config_factory_fn): Create an EvolutionMailConfig object + and return it. + (evolution_mail_config_factory_init): Set up the bonobo factory. + + * mail-config.h: #include bonobo-xobject.h and Mail.h + Declare the object structures. + + * importers/Makefile.am: Remove the intelligent importers. + + * importers/evolution-mbox-importer.c (folder_created_cb): Callback + from when the folder is created. Opens the folder and unrefs the + listener. + (load_file_fn): Create the folder if it doesn't exist. + 2001-05-08 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tool_forward_message): Convert the Subject |