dovecot-2.0: IMAP: Fixed untagged error messages for LIST RETURN...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jun 12 19:52:55 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/b09ad4858d22
changeset: 9465:b09ad4858d22
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 12 12:50:27 2009 -0400
description:
IMAP: Fixed untagged error messages for LIST RETURN (STATUS ..) failures.

diffstat:

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

diffs (12 lines):

diff -r a5f5584646ed -r b09ad4858d22 src/imap/cmd-list.c
--- a/src/imap/cmd-list.c	Thu Jun 11 18:04:43 2009 -0400
+++ b/src/imap/cmd-list.c	Fri Jun 12 12:50:27 2009 -0400
@@ -319,7 +319,7 @@ static void list_send_status(struct cmd_
 	if (imap_status_get(ctx->cmd->client, ctx->ns, storage_name,
 			    ctx->status_items, &status, &error) < 0) {
 		client_send_line(ctx->cmd->client,
-				 t_strconcat("* NO ", error, NULL));
+				 t_strconcat("* ", error, NULL));
 		return;
 	}
 


More information about the dovecot-cvs mailing list