This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=2cf5e6f54a12f20abbe75a9ece8778bb7668db53 The branch, master has been updated via 2cf5e6f54a12f20abbe75a9ece8778bb7668db53 (commit) from b5913357069b49cbf77c1ff263460ee2e13148e9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2cf5e6f54a12f20abbe75a9ece8778bb7668db53 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Mon Jun 11 15:20:13 2012 +0300 Fix a typo. * imap4d/copy.c (imap4d_copy0): Invert condition. ----------------------------------------------------------------------- Summary of changes: imap4d/copy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/imap4d/copy.c b/imap4d/copy.c index cec19fe..12ad324 100644 --- a/imap4d/copy.c +++ b/imap4d/copy.c @@ -222,7 +222,7 @@ imap4d_copy0 (imap4d_tokbuf_t tok, int isuid, char **err_text) msgset_str = imap4d_tokbuf_getarg (tok, arg); name = imap4d_tokbuf_getarg (tok, arg + 1); status = mu_msgset_create (&msgset, mbox, MU_MSGSET_NUM); - if (!status) + if (status) { *err_text = "Software error"; return RESP_BAD; hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils