From dbecfb231409fd9170147739862e8517a3d3979a Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 30 Sep 2003 06:52:13 +0000 Subject: remove gconf stuff. (em_format_html_set_xmailer_mask): new method to set 2003-09-30 Not Zed * em-format-html.c (efh_init): remove gconf stuff. (em_format_html_set_xmailer_mask): new method to set the xmailer mask. * em-folder-view.c (emfv_display_keys[]): Added charset key to monitor/retrieve, and xmailer_mask. (emfv_setting_notify): Monitor charset setting, pass onto the formatter, as well as xmailer_mask. * mail-preferences.c (mail_preferences_construct): use the new charset key. (mail_preferences_apply): use the new charset key. * evolution-mail.schemas: Moved the mail/format/charset to mail/display/charset. 1. it makes more sense, and 2. it makes notification update easier in em-folder-view.c * em-format.c (emf_init): remove the gconf charset stuff, for bug #48791, and also actually fixes the fixme that jeff thought he fixed. (em_format_format_text): use default charset as fallback. (em_format_set_default_charset): New method to set the default charset. (gconf_charset_changed): removed. svn path=/trunk/; revision=22768 --- mail/evolution-mail.schemas | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'mail/evolution-mail.schemas') diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas index a5a761d8b3..013af3f96a 100644 --- a/mail/evolution-mail.schemas +++ b/mail/evolution-mail.schemas @@ -187,6 +187,20 @@ + + /schemas/apps/evolution/mail/display/charset + /apps/evolution/mail/display/charset + evolution-mail + string + + + Default charset in which to display messages + + Default charset in which to display messages. + + + + /schemas/apps/evolution/mail/display/load_http_images /apps/evolution/mail/display/load_http_images @@ -422,20 +436,6 @@ - - /schemas/apps/evolution/mail/format/charset - /apps/evolution/mail/format/charset - evolution-mail - string - - - Default charset in which to display messages - - Default charset in which to display messages. - - - - /schemas/apps/evolution/mail/format/forward_style /apps/evolution/mail/format/forward_style -- cgit v1.2.3