diff options
Diffstat (limited to 'camel/providers/mbox/camel-mbox-folder.h')
-rw-r--r-- | camel/providers/mbox/camel-mbox-folder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.h b/camel/providers/mbox/camel-mbox-folder.h index 76288d5c3c..4caa28fd6a 100644 --- a/camel/providers/mbox/camel-mbox-folder.h +++ b/camel/providers/mbox/camel-mbox-folder.h @@ -59,6 +59,8 @@ typedef struct { CamelMboxSummary *internal_summary; /* internal summary object */ GList *uid_array; + int search_id; /* next search id */ + GList *searches; /* current searches */ } CamelMboxFolder; |