dovecot: Changed error message.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 27 18:46:55 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/744e4f5b6cd0
changeset: 6621:744e4f5b6cd0
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 27 18:46:51 2007 +0300
description:
Changed error message.

diffstat:

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

diffs (12 lines):

diff -r 2a9edc9136f9 -r 744e4f5b6cd0 src/imap/cmd-append.c
--- a/src/imap/cmd-append.c	Sat Oct 27 18:41:54 2007 +0300
+++ b/src/imap/cmd-append.c	Sat Oct 27 18:46:51 2007 +0300
@@ -320,7 +320,7 @@ static bool cmd_append_continue_parsing(
 
 	if (ctx->msg_size == 0) {
 		/* no message data, abort */
-		client_send_tagline(cmd, "NO Append aborted.");
+		client_send_tagline(cmd, "NO Can't save a zero byte message.");
 		return cmd_append_cancel(ctx, nonsync);
 	}
 


More information about the dovecot-cvs mailing list