aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 51ca345953..b88bd5f735 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -283,7 +283,7 @@ ml_tree_value_at (ETreeModel *etm, ETreePath *path, int col, void *model_data)
return GINT_TO_POINTER(!(msg_info->flags & CAMEL_MESSAGE_SEEN));
case COL_COLOUR:
- return camel_tag_get(&msg_info->user_tags, "colour");
+ return (void *) camel_tag_get((CamelTag **) &msg_info->user_tags, "colour");
}
g_assert_not_reached ();