aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-11-13 04:03:07 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-11-13 04:03:07 +0800
commitd808366b5f070f8700a4f116c473235063523e7f (patch)
treefca822eef57620c5ffcaf772b88618c3bdea65b6 /mail/evolution-mail.schemas.in
parent8ef97f1b13849dc22c24b76e17cbfb8d23d7aa70 (diff)
downloadgsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.gz
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.bz2
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.lz
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.xz
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.tar.zst
gsoc2013-evolution-d808366b5f070f8700a4f116c473235063523e7f.zip
** Part of fix for bug #524377
2008-11-12 Milan Crha <mcrha@redhat.com> ** 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
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in14
1 files changed, 14 insertions, 0 deletions
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
@@ -186,6 +186,20 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/mail/composer/outlook_filenames</key>
+ <applyto>/apps/evolution/mail/composer/outlook_filenames</applyto>
+ <owner>evolution-mail</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Encode file names in an Outlook/GMail way</short>
+ <long>
+ 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.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/mail/composer/width</key>
<applyto>/apps/evolution/mail/composer/width</applyto>
<owner>evolution-mail</owner>