[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-save.c,1.20,1.21

cras at procontrol.fi cras at procontrol.fi
Thu Feb 20 01:37:25 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/maildir
In directory danu:/tmp/cvs-serv2044/lib-storage/index/maildir

Modified Files:
	maildir-save.c 
Log Message:
mbox: strip some headers when saving message. also always set Content-Length
header so message may safely contain lines beginning with "From ".



Index: maildir-save.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-save.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- maildir-save.c	19 Feb 2003 21:32:21 -0000	1.20
+++ maildir-save.c	19 Feb 2003 23:37:23 -0000	1.21
@@ -103,7 +103,7 @@
 	o_stream_set_blocking(output, 60000, NULL, NULL);
 
 	path = t_strconcat(dir, "/", fname, NULL);
-	if (!index_storage_save(storage, path, input, output))
+	if (!index_storage_save(storage, path, input, output, NULL, NULL))
 		fname = NULL;
 
 	o_stream_unref(output);




More information about the dovecot-cvs mailing list