diff options
author | 1 <NotZed@Ximian.com> | 2001-09-21 13:58:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 13:58:31 +0800 |
commit | b2e7adf9b88f9dda003f4e077c5db0dc8cb50d8b (patch) | |
tree | ebc5a4cdbefa3b6909683c66d8b55719dfe79b04 /mail/mail-ops.c | |
parent | 03238847a7bfc2717a2bd4fe636a42b3a42bc4af (diff) | |
download | gsoc2013-evolution-b2e7adf9b88f9dda003f4e077c5db0dc8cb50d8b.tar.gz gsoc2013-evolution-b2e7adf9b88f9dda003f4e077c5db0dc8cb50d8b.tar.zst gsoc2013-evolution-b2e7adf9b88f9dda003f4e077c5db0dc8cb50d8b.zip |
Take a new argument 'done' that can callback when complete. Fixed callers
2001-09-21 <NotZed@Ximian.com>
* 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
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 7b01917c98..586d57dfcf 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -433,7 +433,7 @@ do_update_subfolders (CamelStore *store, CamelFolderInfo *info, void *data) /* this interface is a little icky */ int -mail_update_subfolders (CamelStore *store, EvolutionStorage *storage, +samail_update_subfolders (CamelStore *store, EvolutionStorage *storage, void (*done)(CamelStore *, void *data), void *data) { struct _update_info *info; |