diff 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
line wrap: on
line diff
--- a/src/lib-mail/message-parser.h	Sat Oct 06 01:48:16 2007 +0300
+++ b/src/lib-mail/message-parser.h	Sat Oct 06 01:49:41 2007 +0300
@@ -121,9 +121,4 @@
 		(message_part_header_callback_t *)callback, context)
 #endif
 
-/* Update the physical_size of all parts. If use_crlf is TRUE, they're set
-   to same as virtual_size. If use_crlf is FALSE, they're set to
-   virtual_size - lines. physical_pos fields are also updated. */
-void message_parser_set_crlfs(struct message_part *parts, bool use_crlf);
-
 #endif