masqmail

diff src/header.c @ 322:01d2f7a17bf0

hinted that the debug output of folded headers prints only the first line
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:40:03 +0200
parents 3e3c280ca5b2
children 41958685480d
line diff
     1.1 --- a/src/header.c	Thu Apr 28 16:48:23 2011 +0200
     1.2 +++ b/src/header.c	Fri Jun 03 09:40:03 2011 +0200
     1.3 @@ -304,7 +304,7 @@
     1.4  	hdr->header = g_strdup(line);
     1.5  	hdr->value = hdr->header + (hdr->value - line);
     1.6  
     1.7 -	DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header);
     1.8 +	DEBUG(4) debugf("header: %d = %s[...]", hdr->id, hdr->header);
     1.9  	/* Note: This only outputs the first line if the header is folded */
    1.10  
    1.11  	return hdr;