[dovecot-cvs] dovecot/src/imap cmd-status.c,1.27,1.28

tss at dovecot.org tss at dovecot.org
Fri Jan 19 21:07:21 UTC 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv26884

Modified Files:
	cmd-status.c 
Log Message:
Doing a STATUS for unknown storage shouldn't return with "needs more data"
from the function.



Index: cmd-status.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-status.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cmd-status.c	20 Dec 2006 20:13:07 -0000	1.27
+++ cmd-status.c	19 Jan 2007 21:07:19 -0000	1.28
@@ -106,7 +106,7 @@
 
 	storage = client_find_storage(cmd, &real_mailbox);
 	if (storage == NULL)
-		return FALSE;
+		return TRUE;
 
 	/* get status */
 	if (!get_mailbox_status(client, storage, real_mailbox,



More information about the dovecot-cvs mailing list