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 a432d50cc4..dbbb3421be 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -74,7 +74,7 @@ struct _MessageList { /* Where the ETable cursor is. */ int cursor_row; - const char *cursor_uid; + char *cursor_uid; /* Row-selection and seen-marking timers */ guint idle_id, seen_id; |