Fix "Connecting to..." status message
[claws.git] / src / inc.c
index 8c62a1e211ae9b22b58a91fb62a38ad0b843ec12..2053be40a389aad6aeaf7b5fd3fdeb8393c8e296 100644 (file)
--- a/src/inc.c
+++ b/src/inc.c
@@ -750,8 +750,11 @@ static IncState inc_pop3_session_do(IncSession *session)
                pop3_state->ac_prefs->popport : 110;
 #endif
 
+       statusbar_verbosity_set(TRUE);
        buf = g_strdup_printf(_("Connecting to POP3 server: %s ..."), server);
        log_message("%s\n", buf);
+       statusbar_verbosity_set(FALSE);
+
        progress_dialog_set_label(inc_dialog->dialog, buf);
        g_free(buf);
        GTK_EVENTS_FLUSH();