readded scrolling of progress dialog (lost in sync)
* src/procmsg.c
* src/summaryview.c
fixed new/unread message count with ignored
- threads
+ threads (2 commits, first didn't notice no
+ longer needed decreasing)
+ * src/inc.c
+ readded scrolling of progress dialog
+ (lost in sync)
2001-08-24 [paul]
inc_progress_dialog_clear(inc_dialog);
+ gtk_clist_moveto(clist, num, 0, 1.0, 0.0);
+
pop3_state->user = g_strdup(pop3_state->ac_prefs->userid);
if (pop3_state->ac_prefs->passwd)
pop3_state->pass =
if(parent) {
parentinfo = gtk_ctree_node_get_row_data(ctree, parent);
if(!MSG_IS_IGNORE_THREAD(msginfo->flags) && parentinfo && MSG_IS_IGNORE_THREAD(parentinfo->flags)) {
- if (MSG_IS_NEW(msginfo->flags))
- summaryview->newmsgs--;
- if (MSG_IS_UNREAD(msginfo->flags))
- summaryview->unread--;
-
MSG_SET_PERM_FLAGS(msginfo->flags, MSG_IGNORE_THREAD);
}
}