[evolution/express2-daemon: 1/9] Read Sending option port well from the autoconfiguration.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/express2-daemon: 1/9] Read Sending option port well from the autoconfiguration.
- Date: Thu, 17 Jun 2010 08:05:25 +0000 (UTC)
commit 38ff290f97032a5e94094a7696d1a6464a1aa360
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Thu Jun 17 08:43:58 2010 +0530
Read Sending option port well from the autoconfiguration.
mail/em-account-editor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 38be2f3..301bdd6 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3150,8 +3150,8 @@ emae_check_complete (EConfig *ec, const gchar *pageid, gpointer data)
camel_url_set_protocol (url, "smtp");
camel_url_set_param (url, "use_ssl", sdata->ssl);
camel_url_set_host (url, sdata->send);
- if (sdata->recv_port && *sdata->recv_port)
- camel_url_set_port (url, atoi(sdata->recv_port));
+ if (sdata->send_port && *sdata->send_port)
+ camel_url_set_port (url, atoi(sdata->send_port));
if (sdata->send_user && *sdata->send_user)
camel_url_set_user (url, sdata->send_user);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]