2012-09-19 [colin] 3.8.1cvs61
[claws.git] / src / send_message.c
index ee4c112fffd37125a771e984a053faf748886ee1..3e858d00353abb12fecdcd51aeec9b575d4ad4a8 100644 (file)
@@ -326,8 +326,8 @@ gint send_message_smtp_full(PrefsAccount *ac_prefs, GSList *to_list, FILE *fp, g
                        inc_pop_before_smtp(ac_prefs);
                }
 
-               g_snprintf(buf, sizeof(buf), _("Account '%s': Connecting to SMTP server: %s ..."),
-                               ac_prefs->account_name, ac_prefs->smtp_server);
+               g_snprintf(buf, sizeof(buf), _("Account '%s': Connecting to SMTP server: %s:%d..."),
+                               ac_prefs->account_name, ac_prefs->smtp_server, port);
                progress_dialog_set_label(dialog->dialog, buf);
                log_message(LOG_PROTOCOL, "%s\n", buf);