Increase the char limit for considering a header as "secure"
[modest] / src / modest-text-utils.c
index f84f2f6..7bceaf0 100644 (file)
@@ -2047,7 +2047,7 @@ gchar *
 modest_text_utils_get_secure_header (const gchar *value,
                                     const gchar *header)
 {
-       const gint max_len = 2048;
+       const gint max_len = 16384;
        gchar *new_value = NULL;
        gchar *needle = g_strrstr (value, header);