aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-20 07:30:48 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-07 19:09:29 +0800
commitffe2f1e1ee96502cf1d3305e16f82d4063fffedc (patch)
treefbc9403c4bc56a29ca0b5ce7bf77fea8c6686e2c /mail/e-mail-reader.c
parent3fb2b21c08556d04770fb585ca303c4044e3c9bc (diff)
downloadgsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar
gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.gz
gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.bz2
gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.lz
gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.xz
gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.tar.zst
gsoc2013-evolution-ffe2f1e1ee96502cf1d3305e16f82d4063fffedc.zip
Add an extension to configure EMFormatHTML.
Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings.
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r--mail/e-mail-reader.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index ad60195b58..9fe438fb4c 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -2664,32 +2664,10 @@ e_mail_reader_init (EMailReader *reader)
/* Bind properties. */
- e_binding_new_full (
- shell_settings, "mail-citation-color",
- html_display, "citation-color",
- e_binding_transform_string_to_color,
- NULL, NULL);
-
- e_binding_new (
- shell_settings, "mail-image-loading-policy",
- html_display, "image-loading-policy");
-
- e_binding_new (
- shell_settings, "mail-only-local-photos",
- html_display, "only-local-photos");
-
e_binding_new (
shell_settings, "mail-show-animated-images",
web_view, "animate");
- e_binding_new (
- shell_settings, "mail-show-sender-photo",
- html_display, "show-sender-photo");
-
- e_binding_new (
- shell_settings, "mail-show-real-date",
- html_display, "show-real-date");
-
action_name = "mail-caret-mode";
action = e_mail_reader_get_action (reader, action_name);