aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.ui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-04 10:13:49 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:50 +0800
commitdb2dbe5ecbe4791dc01acec818f79e8d869db3e5 (patch)
tree508146efdea677e54e09f2267d4144f0b075758b /mail/mail-config.ui
parenta69440840e00fcc360aaac158c3982aa4eef2130 (diff)
downloadgsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.tar
gsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.tar.gz
gsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.tar.bz2
gsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.tar.lz
gsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.tar.xz
gsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.tar.zst
gsoc2013-evolution-db2dbe5ecbe4791dc01acec818f79e8d869db3e5.zip
EMAccountEditor: Utilize CamelSettings.
Simplifies the code overall, since now we can bind widget properties to settings properties and omit a bunch of callback functions. Plus now we can initialize the settings widgets with proper defaults according to the property specifications of CamelSettings classes.
Diffstat (limited to 'mail/mail-config.ui')
-rw-r--r--mail/mail-config.ui8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui
index 4a7515d349..2f50f30cf2 100644
--- a/mail/mail-config.ui
+++ b/mail/mail-config.ui
@@ -3212,15 +3212,15 @@ for display purposes only. </property>
<data>
<row>
<col id="0" translatable="yes">No encryption</col>
- <col id="1">never</col>
+ <col id="1">none</col>
</row>
<row>
<col id="0" translatable="yes">TLS encryption</col>
- <col id="1">when-possible</col>
+ <col id="1">starttls-on-standard-port</col>
</row>
<row>
<col id="0" translatable="yes">SSL encryption</col>
- <col id="1">always</col>
+ <col id="1">ssl-on-alternate-port</col>
</row>
</data>
</object>
@@ -5063,6 +5063,7 @@ For example: "Work" or "Personal"</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="model">use_ssl_model</property>
+ <property name="id_column">1</property>
<child>
<object class="GtkCellRendererText" id="source_use_ssl_renderer"/>
<attributes>
@@ -5567,6 +5568,7 @@ For example: "Work" or "Personal"</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="model">use_ssl_model</property>
+ <property name="id_column">1</property>
<child>
<object class="GtkCellRendererText" id="transport_use_ssl_renderer"/>
<attributes>