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=52c4656f527c90e0123a4559ce7d5dcd5f1b03d5

The branch, master has been updated
       via  52c4656f527c90e0123a4559ce7d5dcd5f1b03d5 (commit)
      from  a43d959feceeba5008169a7e8127b8385f64b0e9 (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 52c4656f527c90e0123a4559ce7d5dcd5f1b03d5
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Tue Nov 16 11:07:09 2010 +0200

    mh: rmm now saves state before returning
    
    * mh/rmm.c (main): Call mh_global_save_state.

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

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

diff --git a/mh/rmm.c b/mh/rmm.c
index 96cb028..6e2f65e 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -82,6 +82,7 @@ main (int argc, char **argv)
   mu_mailbox_expunge (mbox);
   mu_mailbox_close (mbox);
   mu_mailbox_destroy (&mbox);
+  mh_global_save_state ();
   return status;
 }
 


hooks/post-receive
-- 
GNU Mailutils

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

Reply via email to