dovecot-1.2: IMAP: Error handling fix for mailbox name validity ...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 3 00:42:28 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/c58d78c4ea06
changeset: 9118:c58d78c4ea06
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 02 17:42:21 2009 -0400
description:
IMAP: Error handling fix for mailbox name validity checking.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/commands-util.c |    2 +-

diffs (12 lines):

diff -r bfa4b2c29dc2 -r c58d78c4ea06 src/imap/commands-util.c
--- a/src/imap/commands-util.c	Tue Jun 02 15:08:56 2009 -0400
+++ b/src/imap/commands-util.c	Tue Jun 02 17:42:21 2009 -0400
@@ -93,7 +93,7 @@ bool client_verify_mailbox_name(struct c
 	list = mail_storage_get_list(ns->storage);
 	if (mailbox_list_get_mailbox_name_status(list, mailbox,
 						 &mailbox_status) < 0) {
-		client_send_storage_error(cmd, ns->storage);
+		client_send_list_error(cmd, list);
 		return FALSE;
 	}
 


More information about the dovecot-cvs mailing list