From d305e8ff1052c9ec109a0d220c05c669e2180662 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 19 Oct 2010 13:32:26 -0400 Subject: Reduce GConf usage in em-composer-utils.c. To reduce GConf usage in em-composer-utils.c: - Relevant functions in em-composer-utils.c now take arguments for reply and forward styles. - Redundant forwarding functions were removed: em_utils_forward_attached() em_utils_forward_inline() em_utils_forward_quoted() - EMailReader now has "forward-style" and "reply-style" properties, which get bound to the appropriate EShellSettings properties in modules/mail/e-mail-config-reader.c. These same EShellSettings properties are bound to the combo boxes in Composer Preferences. --- modules/mail/evolution-module-mail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mail/evolution-module-mail.c') diff --git a/modules/mail/evolution-module-mail.c b/modules/mail/evolution-module-mail.c index 9e9744569b..b7e2a77be7 100644 --- a/modules/mail/evolution-module-mail.c +++ b/modules/mail/evolution-module-mail.c @@ -31,6 +31,7 @@ #include "e-mail-shell-view.h" #include "e-mail-config-format-html.h" +#include "e-mail-config-reader.h" #include "e-mail-config-web-view.h" /* Module Entry Points */ @@ -55,6 +56,7 @@ e_module_load (GTypeModule *type_module) e_mail_shell_view_register_type (type_module); e_mail_config_format_html_register_type (type_module); + e_mail_config_reader_register_type (type_module); e_mail_config_web_view_register_type (type_module); } -- cgit v1.2.3