changeset 1003:61400b3bc338 HEAD

STORE accepts now multiple flags without requiring them being inside ().
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 13:24:06 +0200
parents a5f39241d089
children 1109ad591e44
files src/imap/cmd-store.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/cmd-store.c	Tue Jan 21 13:20:14 2003 +0200
+++ b/src/imap/cmd-store.c	Tue Jan 21 13:24:06 2003 +0200
@@ -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))