aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-08-02 03:30:39 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-08-02 03:30:39 +0800
commit9861660fdf5558f92f87387dce77a8d34013ef44 (patch)
tree1b9992fdc8f425eb7b3c967010a0aed9155de8f7 /mail/component-factory.c
parent1b7da17c253261888de022fa0d6bebaa2d63df7a (diff)
downloadgsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.tar
gsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.tar.gz
gsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.tar.bz2
gsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.tar.lz
gsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.tar.xz
gsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.tar.zst
gsoc2013-evolution-9861660fdf5558f92f87387dce77a8d34013ef44.zip
add a CamelOperation for overriding status handler.
2003-07-29 Not Zed <NotZed@Ximian.com> * mail-folder-cache.c (mail_note_store): add a CamelOperation for overriding status handler. * mail-send-recv.c (receive_update_got_store): Pass our own cancel handle to get_folderinfo and mail_note_store. (mail_send_receive, mail_receive_uri): Same for get_store. * mail-ops.c (mail_get_store, mail_get_folderinfo): Add a CamelOperation argument, for overriding the status handler. Fixed most calles to pass NULL to use the default. svn path=/trunk/; revision=22056
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index b3077f5699..8789bcde8a 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1345,7 +1345,7 @@ storage_connect (EvolutionStorage *storage,
const char *path,
CamelStore *store)
{
- mail_note_store (CAMEL_STORE (store), storage, CORBA_OBJECT_NIL,
+ mail_note_store (CAMEL_STORE (store), NULL, storage, CORBA_OBJECT_NIL,
storage_connected, listener);
}
@@ -1369,7 +1369,7 @@ add_storage (const char *name, const char *uri, CamelService *store,
evolution_storage_has_subfolders (storage, "/", _("Connecting..."));
mail_hash_storage (store, storage);
/*if (auto_connect)*/
- mail_note_store ((CamelStore *) store, storage, CORBA_OBJECT_NIL, NULL, NULL);
+ mail_note_store ((CamelStore *) store, NULL, storage, CORBA_OBJECT_NIL, NULL, NULL);
/* falllll */
case EVOLUTION_STORAGE_ERROR_ALREADYREGISTERED:
case EVOLUTION_STORAGE_ERROR_EXISTS: