X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fsummaryview.c;h=babb72cbd3f9d498ed6fc0dc9dbfa6e6165897d9;hp=8fcde9d5ef0e4865841248265c82561c09fed9a7;hb=d95e4d244e41d1089a15797f839a95c553fc657f;hpb=f901affc5e32e5efb92b7c81c415f1d072f1431b diff --git a/src/summaryview.c b/src/summaryview.c index 8fcde9d5e..babb72cbd 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -2138,6 +2138,7 @@ static void summary_set_header(SummaryView *summaryview, gchar *text[], text[col_pos[S_COL_MARK]] = NULL; text[col_pos[S_COL_UNREAD]] = NULL; text[col_pos[S_COL_MIME]] = NULL; + text[col_pos[S_COL_LOCKED]] = NULL; text[col_pos[S_COL_NUMBER]] = itos(msginfo->msgnum); text[col_pos[S_COL_SIZE]] = to_human_readable(msginfo->size);