[dovecot-cvs] dovecot/src/imap cmd-append.c,1.42,1.43

cras at dovecot.org cras at dovecot.org
Sun Aug 22 14:03:40 EEST 2004


Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv4987

Modified Files:
	cmd-append.c 
Log Message:
Forgot want_mail=TRUE parameter from debugging.



Index: cmd-append.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/cmd-append.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- cmd-append.c	22 Aug 2004 09:17:08 -0000	1.42
+++ cmd-append.c	22 Aug 2004 11:03:38 -0000	1.43
@@ -214,7 +214,7 @@
 					   ctx->msg_size);
 	ctx->save_ctx = mailbox_save_init(ctx->t, &flags, internal_date,
 					  timezone_offset, NULL,
-					  ctx->input, TRUE);
+					  ctx->input, FALSE);
 
 	client->command_pending = TRUE;
 	client->cmd_func = cmd_append_continue_message;



More information about the dovecot-cvs mailing list