dovecot-2.2: imap: CATENATE error handling fix
dovecot at dovecot.org
dovecot at dovecot.org
Sun Jun 24 19:33:32 EEST 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/932ec9940568
changeset: 14632:932ec9940568
user: Timo Sirainen <tss at iki.fi>
date: Sun Jun 24 19:12:26 2012 +0300
description:
imap: CATENATE error handling fix
diffstat:
src/imap/cmd-append.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 634474af3957 -r 932ec9940568 src/imap/cmd-append.c
--- a/src/imap/cmd-append.c Sun Jun 24 18:58:19 2012 +0300
+++ b/src/imap/cmd-append.c Sun Jun 24 19:12:26 2012 +0300
@@ -275,7 +275,7 @@
ret = 0;
}
imap_msgpart_url_free(&mpurl);
- return 0;
+ return ret;
}
static int cmd_append_catenate_text(struct client_command_context *cmd)
More information about the dovecot-cvs
mailing list