diff options
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 2846c04ec4..cfed0c7e67 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -26,6 +26,7 @@ enum { COL_RECEIVED, COL_TO, COL_SIZE, + COL_NEED_REPLY, COL_LAST, @@ -36,7 +37,8 @@ enum { }; #define MESSAGE_LIST_COLUMN_IS_ACTIVE(col) (col == COL_MESSAGE_STATUS || \ - col == COL_FLAGGED) + col == COL_FLAGGED || \ + col == COL_NEED_REPLY) #define ML_HIDE_NONE_START (0) #define ML_HIDE_NONE_END (2147483647) |