aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-local-folder.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/local/camel-local-folder.h')
-rw-r--r--camel/providers/local/camel-local-folder.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/camel/providers/local/camel-local-folder.h b/camel/providers/local/camel-local-folder.h
index 63a6870793..4fb5980a07 100644
--- a/camel/providers/local/camel-local-folder.h
+++ b/camel/providers/local/camel-local-folder.h
@@ -73,7 +73,11 @@ typedef struct {
CamelFolderClass parent_class;
/* Virtual methods */
-
+
+ /* path construction, only used at init */
+ char * (* get_full_path) (const char *toplevel_dir, const char *full_name);
+ char * (* get_meta_path) (const char *toplevel_dir, const char *full_name, const char *ext);
+
/* summary factory, only used at init */
CamelLocalSummary *(*create_summary)(const char *path, const char *folder, CamelIndex *index);