[dovecot-cvs] dovecot/src/imap cmd-store.c,1.9,1.10

cras at procontrol.fi cras at procontrol.fi
Tue Jan 21 13:24:08 EET 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv27321

Modified Files:
	cmd-store.c 
Log Message:
STORE accepts now multiple flags without requiring them being inside ().



Index: cmd-store.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/cmd-store.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cmd-store.c	20 Jan 2003 14:52:51 -0000	1.9
+++ cmd-store.c	21 Jan 2003 11:24:06 -0000	1.10
@@ -40,7 +40,7 @@
 	const char *messageset, *item;
 	int silent, all_found;
 
-	if (!client_read_args(client, 3, 0, &args))
+	if (!client_read_args(client, 0, 0, &args))
 		return FALSE;
 
 	if (!client_verify_open_mailbox(client))




More information about the dovecot-cvs mailing list