comparison src/lib-mail/message-parser.h @ 6529:aee441840b5a HEAD

Removed message_parser_set_crlfs(). It's no longer needed and it might not work as wanted anyway.
author Timo Sirainen <tss@iki.fi>
date Sat, 06 Oct 2007 01:49:41 +0300
parents e4eb71ae8e96
children 289765861d66
comparison
equal deleted inserted replaced
6528:aedda93baa2c 6529:aee441840b5a
119 # define message_parser_parse_body(ctx, callback, context) \ 119 # define message_parser_parse_body(ctx, callback, context) \
120 message_parser_parse_body(ctx, \ 120 message_parser_parse_body(ctx, \
121 (message_part_header_callback_t *)callback, context) 121 (message_part_header_callback_t *)callback, context)
122 #endif 122 #endif
123 123
124 /* Update the physical_size of all parts. If use_crlf is TRUE, they're set
125 to same as virtual_size. If use_crlf is FALSE, they're set to
126 virtual_size - lines. physical_pos fields are also updated. */
127 void message_parser_set_crlfs(struct message_part *parts, bool use_crlf);
128
129 #endif 124 #endif