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 fc02c668eb..b1ff3f974f 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -86,6 +86,9 @@ struct _MessageList { /* locks */ GMutex *hide_lock; /* for any 'hide' info above */ + /* list of outstanding regeneration requests */ + GList *regen; + /* for message/folder chagned event handling */ struct _MailAsyncEvent *async_event; }; |