aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-vee-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-vee-store.h')
-rw-r--r--camel/camel-vee-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-vee-store.h b/camel/camel-vee-store.h
index d0352046be..a5a9864a56 100644
--- a/camel/camel-vee-store.h
+++ b/camel/camel-vee-store.h
@@ -44,6 +44,9 @@ typedef struct _CamelVeeStoreClass CamelVeeStoreClass;
struct _CamelVeeStore {
CamelStore parent;
+ /* Unmatched folder, set up in camel_vee_store_init */
+ struct _CamelVeeFolder *folder_unmatched;
+ GHashTable *unmatched_uids;
};
struct _CamelVeeStoreClass {