diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mail/e-mail-config-format-html.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mail/e-mail-config-format-html.c b/modules/mail/e-mail-config-format-html.c index 83bc78f0b2..6f0a1afc49 100644 --- a/modules/mail/e-mail-config-format-html.c +++ b/modules/mail/e-mail-config-format-html.c @@ -51,6 +51,11 @@ mail_config_format_html_constructed (GObject *object) e_binding_transform_string_to_color, NULL, NULL, (GDestroyNotify) NULL); + g_object_bind_property ( + shell_settings, "mail-mark-citations", + extensible, "mark-citations", + G_BINDING_SYNC_CREATE); + g_object_bind_property ( shell_settings, "mail-image-loading-policy", extensible, "image-loading-policy", |