diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index b1ff3f974f..3cc412f6cc 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -89,6 +89,9 @@ struct _MessageList { /* list of outstanding regeneration requests */ GList *regen; + /* the current camel folder thread tree, if any */ + struct _CamelFolderThread *thread_tree; + /* for message/folder chagned event handling */ struct _MailAsyncEvent *async_event; }; |