[dovecot-cvs] dovecot/src/imap imap-fetch-body-section.c,1.28,1.29
cras at dovecot.org
cras at dovecot.org
Sat Jul 31 03:33:55 EEST 2004
Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv25219/imap
Modified Files:
imap-fetch-body-section.c
Log Message:
Added struct message_header_line.middle and middle_len to contain the ':'
in header and whitespace around it.
Index: imap-fetch-body-section.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-fetch-body-section.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- imap-fetch-body-section.c 18 Jul 2004 02:25:06 -0000 1.28
+++ imap-fetch-body-section.c 31 Jul 2004 00:33:53 -0000 1.29
@@ -302,7 +302,8 @@
if (!hdr->continued) {
if (!fetch_header_append(ctx, hdr->name, hdr->name_len))
break;
- if (!fetch_header_append(ctx, ": ", 2))
+ if (!fetch_header_append(ctx, hdr->middle,
+ hdr->middle_len))
break;
}
if (!fetch_header_append(ctx, hdr->value, hdr->value_len))
More information about the dovecot-cvs
mailing list