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, 2 insertions, 2 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 033f0ca23a..d01021d14c 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -73,8 +73,8 @@ struct _MessageList {
int match_count;
GPtrArray *summary_search_cache; /* summary info cache for searches */
- int selected_row;
- const char *selected_uid;
+ int cursor_row, rows_selected;
+ const char *cursor_uid;
/* row-selection and seen-marking timers */
guint idle_id, seen_id;