+2003-01-31 [colin] 0.8.9claws26
+
+ * src/summaryview.c
+ Fix a leak introduced in claws24
+
2003-01-31 [colin] 0.8.9claws25
* src/summaryview.c
/* set ctree and hash table from the msginfo list
creating thread, and count the number of messages */
+
summary_set_ctree_from_list(summaryview, mlist);
g_slist_free(mlist);
summary_thread_init(summaryview);
} else {
gchar *text[N_SUMMARY_COLS];
-
+ cur = mlist;
for (; mlist != NULL; mlist = mlist->next) {
msginfo = (MsgInfo *)mlist->data;
msginfo->subject,
node);
}
+ mlist = cur;
}
if (prefs_common.enable_hscrollbar &&