commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-196-g52c4656


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-196-g52c4656
Date: Tue, 16 Nov 2010 09:07:51 +0000

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]