[geary] Correct default SMTP port to the submission port
- From: Charles Lindsay <clindsay src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Correct default SMTP port to the submission port
- Date: Fri, 14 Mar 2014 01:31:25 +0000 (UTC)
commit 512553cfea490c5be0d62606f931d9c63cb458f8
Author: Charles Lindsay <chaz yorba org>
Date: Thu Mar 13 18:30:16 2014 -0700
Correct default SMTP port to the submission port
Closes: bgo #726296
src/client/accounts/add-edit-page.vala | 2 +-
ui/login.glade | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/client/accounts/add-edit-page.vala b/src/client/accounts/add-edit-page.vala
index 61997ed..2a5539a 100644
--- a/src/client/accounts/add-edit-page.vala
+++ b/src/client/accounts/add-edit-page.vala
@@ -334,7 +334,7 @@ public class AddEditPage : Gtk.Box {
bool initial_default_imap_ssl = true,
bool initial_default_imap_starttls = false,
string? initial_default_smtp_host = null,
- uint16 initial_default_smtp_port = Geary.Smtp.ClientConnection.DEFAULT_PORT_SSL,
+ uint16 initial_default_smtp_port = Geary.Smtp.ClientConnection.DEFAULT_PORT_STARTTLS,
bool initial_default_smtp_ssl = false,
bool initial_default_smtp_starttls = true,
bool initial_default_smtp_use_imap_credentials = false,
diff --git a/ui/login.glade b/ui/login.glade
index 160fc6f..ab090eb 100644
--- a/ui/login.glade
+++ b/ui/login.glade
@@ -406,7 +406,7 @@
<property name="invisible_char">•</property>
<property name="activates_default">True</property>
<property name="width_chars">5</property>
- <property name="text">465</property>
+ <property name="text">587</property>
<property name="invisible_char_set">True</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]