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=3a6ea349ae7b1a941acd6ec882e93ad5b3a27ca4

The branch, master has been updated
       via  3a6ea349ae7b1a941acd6ec882e93ad5b3a27ca4 (commit)
      from  49bebd55339359bada765f66ac4ff99cd7cf51a4 (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 3a6ea349ae7b1a941acd6ec882e93ad5b3a27ca4
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Thu Dec 13 12:21:13 2012 +0200

    Bugfix.
    
    * mh/folder.c (_fixup): Pass a pointer to mailbox
    to mu_msgset_create.

-----------------------------------------------------------------------

Summary of changes:
 mh/folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mh/folder.c b/mh/folder.c
index 2d5efea..19aecc2 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -787,7 +787,7 @@ _fixup (const char *name, const char *value, struct 
fixup_data *fd, int flags)
       return 0;
     }
 
-  rc = mu_msgset_create (&msgset, NULL, MU_MSGSET_UID);
+  rc = mu_msgset_create (&msgset, fd->mbox, MU_MSGSET_UID);
   if (rc)
     {
       mu_diag_funcall (MU_DIAG_ERROR, "mu_msgset_create", NULL, rc);


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to