aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index dbbb3421be..cd26c2cfef 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -55,9 +55,7 @@ struct _MessageList {
/* The folder */
CamelFolder *folder;
- /* UID to model row hash table. Keys owned by the mempool. */
- GHashTable *uid_rowmap;
- struct _EMemPool *uid_pool;
+ GHashTable *uid_nodemap; /* uid (from info) -> tree node mapping */
/* UID's to hide. Keys in the mempool */
/* IMPORTANT: You MUST have obtained the hide lock, to operate on this data */