diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index f40263407d..d3be0c14bc 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -76,9 +76,9 @@ struct _MessageList { int selected_row; const char *selected_uid; - /* used by the idle-call to select a row */ - guint idle_id; -} ; + /* row-selection and seen-marking timers */ + guint idle_id, seen_id; +}; typedef struct { BonoboObjectClass parent_class; |