dovecot-1.1: STATUS-IN-LIST: If STATUS fails, still have LIST re...

dovecot at dovecot.org dovecot at dovecot.org
Wed May 13 21:36:38 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/35a3009444bf
changeset: 8269:35a3009444bf
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 13 14:36:30 2009 -0400
description:
STATUS-IN-LIST: If STATUS fails, still have LIST return OK instead of NO.
This is what the -01 draft specifies.

diffstat:

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

diffs (12 lines):

diff -r 1ad88f221075 -r 35a3009444bf src/imap/cmd-list.c
--- a/src/imap/cmd-list.c	Wed May 13 13:32:41 2009 -0400
+++ b/src/imap/cmd-list.c	Wed May 13 14:36:30 2009 -0400
@@ -724,7 +724,7 @@ static bool cmd_list_continue(struct cli
 	else if (!ctx->status_failed)
 		client_send_tagline(cmd, "OK List completed.");
 	else
-		client_send_tagline(cmd, "NO Some STATUS replies failed.");
+		client_send_tagline(cmd, "OK Some STATUS replies failed.");
 	return TRUE;
 }
 


More information about the dovecot-cvs mailing list