aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-02 03:39:15 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-02 03:39:15 +0800
commit97a20c1a2b84836a570b6d320d30244f9b515f9a (patch)
tree81c10311cf3c6101212c65d64276c3b04eff82b8 /mail/evolution-mail.schemas.in
parentc2b3cf5972629adfd05c9bc1ef86f2d480cd2b3a (diff)
downloadgsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar
gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.gz
gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.bz2
gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.lz
gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.xz
gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.zst
gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.zip
** Fixes bug #514006
2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #514006 * mail/apps-evolution-mail-notification.schemas.in: * plugins/mail-notification/apps-evolution-mail-notification.schemas.in: Quote literal values. svn path=/trunk/; revision=35889
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in16
1 files changed, 9 insertions, 7 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index 88969a4997..7868d1f44c 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -318,9 +318,9 @@
<short>Load images for HTML messages over http</short>
<long>
Load images for HTML messages over http(s). Possible values are:
- 0 - Never load images off the net.
- 1 - Load images in messages from contacts.
- 2 - Always load images off the net.
+ "0" - Never load images off the net.
+ "1" - Load images in messages from contacts.
+ "2" - Always load images off the net.
</long>
</locale>
</schema>
@@ -506,8 +506,9 @@
<locale name="C">
<short>Hides the per-folder preview and removes the selection</short>
<long>
- This key is read only once and reset to false after read. This unselects the
- mail in the list and removes the preview for that folder.
+ This key is read only once and reset to "false" after read. This
+ unselects the mail in the list and removes the preview for that
+ folder.
</long>
</locale>
</schema>
@@ -1026,8 +1027,9 @@
<default>0</default>
<locale name="C">
<short>Level beyond which the message should be logged.</short>
- <long> This can have three possible values. 0 for errors. 1 for warnings.
- 2 for debug messages.
+ <long>
+ This can have three possible values. "0" for errors.
+ "1" for warnings. "2" for debug messages.
</long>
</locale>
</schema>