aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-rfc2047.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gmime-rfc2047.c')
-rw-r--r--camel/gmime-rfc2047.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/gmime-rfc2047.c b/camel/gmime-rfc2047.c
index 587c654d9f..7da12450b6 100644
--- a/camel/gmime-rfc2047.c
+++ b/camel/gmime-rfc2047.c
@@ -240,8 +240,9 @@ gmime_rfc2047_decode (const gchar *data, const gchar *into_what)
#define isnt_ascii(a) ((a) <= 0x1f || (a) >= 0x7f)
static int
-rfc2047_clean (const gchar *string, const gchar *max) {
- // if (strstr (string, "?=")) return 1;
+rfc2047_clean (const gchar *string, const gchar *max)
+{
+ /* if (strstr (string, "?=")) return 1; */
while (string < max) {
if (isnt_ascii ((unsigned char)*string))
return 0;