parent
7cf53acb47
commit
479f87e2ca
2 changed files with 3 additions and 3 deletions
|
|
@ -335,8 +335,8 @@ public class AddEditPage : Gtk.Box {
|
|||
bool initial_default_imap_starttls = false,
|
||||
string? initial_default_smtp_host = null,
|
||||
uint16 initial_default_smtp_port = Geary.Smtp.ClientConnection.DEFAULT_PORT_SSL,
|
||||
bool initial_default_smtp_ssl = true,
|
||||
bool initial_default_smtp_starttls = false,
|
||||
bool initial_default_smtp_ssl = false,
|
||||
bool initial_default_smtp_starttls = true,
|
||||
bool initial_default_smtp_use_imap_credentials = false,
|
||||
bool initial_default_smtp_noauth = false,
|
||||
int prefetch_period_days = Geary.AccountInformation.DEFAULT_PREFETCH_PERIOD_DAYS,
|
||||
|
|
|
|||
|
|
@ -661,7 +661,7 @@
|
|||
<object class="GtkComboBoxText" id="combo: smtp encryption">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="active">1</property>
|
||||
<property name="active">2</property>
|
||||
<property name="entry_text_column">0</property>
|
||||
<property name="id_column">1</property>
|
||||
<items>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue