aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gmime-utils.c')
-rw-r--r--camel/gmime-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/gmime-utils.c b/camel/gmime-utils.c
index 4e089aeeb6..421808a4d4 100644
--- a/camel/gmime-utils.c
+++ b/camel/gmime-utils.c
@@ -196,6 +196,8 @@ get_header_array_from_stream (CamelStream *stream)
if (nb_char_read>0) {
switch (next_char) {
+ case '\r': CAMEL_LOG_FULL_DEBUG ( "gmime-utils::get_header_table_from_stream "
+ "****** FOUND A \\r******* \n");
case '\n': /* a blank line means end of headers */
if (crlf) {
end_of_headers=TRUE;