# HG changeset patch # User meillo@marmaro.de # Date 1307086803 -7200 # Node ID 01d2f7a17bf0bbcbe89dc72a50964eec19f59795 # Parent 412385b57dc4e68152790fe2b6153256038f13ac hinted that the debug output of folded headers prints only the first line diff -r 412385b57dc4 -r 01d2f7a17bf0 src/header.c --- a/src/header.c Thu Apr 28 16:48:23 2011 +0200 +++ b/src/header.c Fri Jun 03 09:40:03 2011 +0200 @@ -304,7 +304,7 @@ hdr->header = g_strdup(line); hdr->value = hdr->header + (hdr->value - line); - DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header); + DEBUG(4) debugf("header: %d = %s[...]", hdr->id, hdr->header); /* Note: This only outputs the first line if the header is folded */ return hdr;