diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 99776948b3..400da181c7 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -55,8 +55,9 @@ struct _MessageList { CamelFolder *folder; GHashTable *uid_rowmap; /* key is the uid, value is the row number. - Note: The key string is owned by table_model */ - + Note: The key string is owned by table_model (in uid_pool) */ + struct _EMemPool *uid_pool; /* mempool to hold uid strings */ + char *search; /* current search string */ gboolean threaded; /* are we displaying threaded view? */ |