From b2e7adf9b88f9dda003f4e077c5db0dc8cb50d8b Mon Sep 17 00:00:00 2001 From: 1 Date: Fri, 21 Sep 2001 05:58:31 +0000 Subject: Take a new argument 'done' that can callback when complete. Fixed callers 2001-09-21 * mail-folder-cache.c (mail_note_store): Take a new argument 'done' that can callback when complete. Fixed callers appropriately. * mail-ops.c (mail_update_subfolders): Removed. Isn't used anymore. * mail-send-recv.c (receive_update_got_store): Remove call to mail_update_subfolders. svn path=/trunk/; revision=13044 --- mail/mail-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-local.c') diff --git a/mail/mail-local.c b/mail/mail-local.c index 20562d83dd..32f77e2aee 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -976,7 +976,7 @@ storage_listener_startup (EvolutionShellClient *shellclient) } /* setup to record this store's changes */ - mail_note_store((CamelStore *)global_local_store, NULL, local_corba_storage); + mail_note_store((CamelStore *)global_local_store, NULL, local_corba_storage, NULL, NULL); local_storage_listener = evolution_storage_listener_new (); corba_local_storage_listener = evolution_storage_listener_corba_objref ( -- cgit v1.2.3