diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 46a42b4d2b..4406536110 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -74,7 +74,7 @@ struct _MessageList { char *search; /* search string */ - int cursor_row, rows_selected; + int cursor_row; const char *cursor_uid; /* row-selection and seen-marking timers */ |