X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Finc.c;h=c59b7a3f5179d27336668ce1b69e7ec557e5c1e9;hp=2a9955fd6a2f40f1140173cfff87f75cf4a3dae3;hb=5b56afaee78cb1fd7b0aec95ceb5bd9cc82fc78b;hpb=4a22c2d16858d9c41bd50fb6d89c525b9522278e diff --git a/src/inc.c b/src/inc.c index 2a9955fd6..c59b7a3f5 100644 --- a/src/inc.c +++ b/src/inc.c @@ -829,21 +829,6 @@ static gint inc_recv_message(Session *session, const gchar *msg, gpointer data) progress_dialog_set_label (dialog, _("Getting the size of messages (LIST)...")); break; - case POP3_TOP: - g_snprintf(buf, sizeof(buf), - _("Retrieving header (%d / %d)"), - pop3_session->cur_msg, pop3_session->count); - progress_dialog_set_label (dialog, buf); - progress_dialog_set_percentage - (dialog, - (gfloat)(pop3_session->cur_msg) / - (gfloat)(pop3_session->count)); - if (inc_dialog->mainwin) - gtk_progress_bar_update - (GTK_PROGRESS_BAR(inc_dialog->mainwin->progressbar), - (gfloat)(pop3_session->cur_msg) / - (gfloat)(pop3_session->count)); - break; case POP3_RETR: inc_recv_data_progressive (session, 0,