aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index 73759612ee..41a46baf89 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -94,6 +94,12 @@ struct _EvolutionStorageClass {
const char *path,
const char *physical_uri);
+ void (*xfer_folder) (EvolutionStorage *storage,
+ const Bonobo_Listener listener,
+ const char *source_path,
+ const char *destination_path,
+ gboolean remove_source);
+
void (*update_folder) (EvolutionStorage *storage,
const char *path,
int unread_count);