From 9861660fdf5558f92f87387dce77a8d34013ef44 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 1 Aug 2003 19:30:39 +0000 Subject: add a CamelOperation for overriding status handler. 2003-07-29 Not Zed * 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 --- mail/mail-offline-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-offline-handler.c') diff --git a/mail/mail-offline-handler.c b/mail/mail-offline-handler.c index 37a2a6eaae..ccaff703f5 100644 --- a/mail/mail-offline-handler.c +++ b/mail/mail-offline-handler.c @@ -270,7 +270,7 @@ storage_go_online (gpointer key, gpointer value, gpointer data) if (service_is_relevant (CAMEL_SERVICE (store), FALSE)) { mail_store_set_offline (store, FALSE, NULL, NULL); - mail_note_store (store, NULL, CORBA_OBJECT_NIL, + mail_note_store (store, NULL, NULL, CORBA_OBJECT_NIL, NULL, NULL); } } -- cgit v1.2.3