diff options
Diffstat (limited to 'camel/providers/imap4/camel-imap4-store.h')
-rw-r--r-- | camel/providers/imap4/camel-imap4-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap4/camel-imap4-store.h b/camel/providers/imap4/camel-imap4-store.h index ff6222ecae..aef3c6c6a4 100644 --- a/camel/providers/imap4/camel-imap4-store.h +++ b/camel/providers/imap4/camel-imap4-store.h @@ -43,6 +43,7 @@ struct _CamelIMAP4Engine; struct _CamelIMAP4Store { CamelStore parent_object; + struct _CamelIMAP4StoreSummary *summary; struct _CamelIMAP4Engine *engine; char *storage_path; }; |