sync with 0.7.6cvs18
[claws.git] / src / send.c
index 94e234b120f135813bd3ec92d3d5e85b4c1dffc1..d654bd071721c2e82f86d0fb4f70c4dcd2cb07dd 100644 (file)
@@ -319,7 +319,7 @@ gint send_message_smtp(PrefsAccount *ac_prefs, GSList *to_list,
 
 #if USE_SSL
        port = ac_prefs->set_smtpport ? ac_prefs->smtpport :
-               ac_prefs->ssl_smtp == SSL_SMTP_TUNNEL ? SSMTP_PORT : SMTP_PORT;
+               ac_prefs->ssl_smtp == SSL_TUNNEL ? SSMTP_PORT : SMTP_PORT;
 #else
        port = ac_prefs->set_smtpport ? ac_prefs->smtpport : SMTP_PORT;
 #endif