[evolution-data-server] Fix the horrible RFC 2047 encoding hack.



commit 6bea86ed0b3c5bffd5be8dcd1d97cf7875df75c6
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Sep 27 15:23:04 2009 -0400

    Fix the horrible RFC 2047 encoding hack.

 camel/camel-mime-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 258c8ee..e0f12c3 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -3329,7 +3329,7 @@ header_encode_param (const guchar *in, gboolean *encoded, gboolean is_filename)
    do not understand the correct standard and refuse attachments with localized name sent
    from evolution. This seems to have been fixed in Exchange 2007 at least - not sure about
    standalone Outlook. */
-static gint camel_header_param_encode_filenames_in_rfc_2047 = 0;
+gint camel_header_param_encode_filenames_in_rfc_2047 = 0;
 
 void
 camel_header_param_list_format_append (GString *out, struct _camel_header_param *p)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]