From 69cf1ede0d8dbeee486fd3693fba42f2ccea8bf6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 10 Mar 2013 20:11:48 -0400 Subject: Add "image-loading-policy" setting. Replaces the "load-http-images" setting, which is now deprecated. The new setting uses an enum type compatible with EMailImageLoadingPolicy. --- data/org.gnome.evolution.mail.gschema.xml.in | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'data') diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index c3e26f313c..59914ce09f 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -15,6 +15,13 @@ + + + + + + + true @@ -201,15 +208,9 @@ <_summary>Default charset in which to display messages <_description>Default charset in which to display messages. - - 0 - <_summary>Load images for HTML messages over HTTP - <_description> - 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. - + + 'never' + <_summary>Automatically load images for HTML messages over HTTP true @@ -563,6 +564,11 @@ <_summary>(Deprecated) Default reply style <_description>This key was deprecated in version 3.10 and should no longer be used. Use "reply-style-name" instead. + + 0 + <_summary>(Deprecated) Load images for HTML messages over HTTP + <_description>This key was deprecated in version 3.10 and should no longer be used. Use "image-loading-policy" instead. + -- cgit v1.2.3