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/e-mail-config-reader.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 modules/mail/e-mail-config-reader.h (limited to 'modules/mail/e-mail-config-reader.h') diff --git a/modules/mail/e-mail-config-reader.h b/modules/mail/e-mail-config-reader.h new file mode 100644 index 0000000000..6dd856c97c --- /dev/null +++ b/modules/mail/e-mail-config-reader.h @@ -0,0 +1,30 @@ +/* + * e-mail-config-reader.h + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with the program; if not, see + * + */ + +#ifndef E_MAIL_CONFIG_READER_H +#define E_MAIL_CONFIG_READER_H + +#include + +G_BEGIN_DECLS + +void e_mail_config_reader_register_type (GTypeModule *type_module); + +G_END_DECLS + +#endif /* E_MAIL_CONFIG_READER_H */ -- cgit v1.2.3