From d808366b5f070f8700a4f116c473235063523e7f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 12 Nov 2008 20:03:07 +0000 Subject: ** Part of fix for bug #524377 2008-11-12 Milan Crha ** Part of fix for bug #524377 * configure.in: Bump eds minimum version to 2.25.2 because of camel's int camel_header_param_encode_filenames_in_rfc_2047. * mail/mail-config.glade: * mail/evolution-mail.schemas.in: * mail/em-composer-prefs.c: (em_composer_prefs_construct): * mail/mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init): Declare, be able to change and listen to changes on new key, '/apps/evolution/mail/composer/outlook_filenames' to encode file names header in camel based on the RFC 2047, instead of the correct RFC 2231. Note: Requires at least eds revision 9756. svn path=/trunk/; revision=36779 --- mail/evolution-mail.schemas.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'mail/evolution-mail.schemas.in') diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 5e328b5457..9eb7f9ebc1 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -185,6 +185,20 @@ + + /schemas/apps/evolution/mail/composer/outlook_filenames + /apps/evolution/mail/composer/outlook_filenames + evolution-mail + bool + false + + Encode file names in an Outlook/GMail way + + Encode file names in the mail headers same as Outlook or GMail does, to let them understand localized file names sent by Evolution, because they do not follow the RFC 2231, but uses incorrect RFC 2047 standard. + + + + /schemas/apps/evolution/mail/composer/width /apps/evolution/mail/composer/width -- cgit