From: Oliver Haertel Date: Wed, 26 Mar 2003 23:08:20 +0000 (+0000) Subject: remove POP3_TOP X-Git-Tag: rel_0_9_0~160 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5b56afaee78cb1fd7b0aec95ceb5bd9cc82fc78b;hp=4a22c2d16858d9c41bd50fb6d89c525b9522278e remove POP3_TOP --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 320a5272d..d5a96b898 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-03-26 [oliver] 0.8.11claws55 + + * src/inc.c + remove POP3_TOP + 2003-03-26 [oliver] 0.8.11claws54 *src/pop.h diff --git a/configure.ac b/configure.ac index a45c3e18c..83c66c5d9 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws54 +EXTRA_VERSION=claws55 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target 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,