diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 971aa6c37a..f40263407d 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -65,6 +65,7 @@ struct _MessageList { CamelFolder *folder; GPtrArray *summary_table; /* the summary of all messages */ + GHashTable *uid_rowmap; char *search; /* search string */ /* FIXME: This should use a better format ... */ @@ -72,8 +73,10 @@ struct _MessageList { int match_count; GPtrArray *summary_search_cache; /* summary info cache for searches */ + int selected_row; + const char *selected_uid; + /* used by the idle-call to select a row */ - int row_to_select; guint idle_id; } ; |