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=9cf47fb2b45e91177459d81f40a184265033752f The branch, master has been updated via 9cf47fb2b45e91177459d81f40a184265033752f (commit) from 2cf5e6f54a12f20abbe75a9ece8778bb7668db53 (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 9cf47fb2b45e91177459d81f40a184265033752f Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Fri Jun 15 18:16:41 2012 +0300 inc: bugfix * mh/inc.c (incmbx): Fix typos. ----------------------------------------------------------------------- Summary of changes: mh/inc.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mh/inc.c b/mh/inc.c index ca87066..16e1206 100644 --- a/mh/inc.c +++ b/mh/inc.c @@ -268,7 +268,7 @@ incmbx (void *item, void *data) if (getparam (url, "nomoveto", NULL) == 0) f_move_to_mailbox = NULL; else - getparam (url, "nomoveto", &f_move_to_mailbox); + getparam (url, "moveto", &f_move_to_mailbox); /* Open audit file, if specified */ if (audit_file) @@ -331,12 +331,12 @@ incmbx (void *item, void *data) NULL, rc); else { - rc = mu_mailbox_msgset_copy (input, msgset, move_to_mailbox, + rc = mu_mailbox_msgset_copy (input, msgset, f_move_to_mailbox, MU_MAILBOX_COPY_CREAT); if (rc) { mu_error (_("failed to move messages to %s: %s"), - move_to_mailbox, mu_strerror (rc)); + f_move_to_mailbox, mu_strerror (rc)); f_truncate = 0; } } hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils