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-406-g1e9173d


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-406-g1e9173d
Date: Mon, 24 Oct 2011 07:49:11 +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=1e9173dfbe7a22b8073fe2a5f6559612d24f67e6

The branch, master has been updated
       via  1e9173dfbe7a22b8073fe2a5f6559612d24f67e6 (commit)
      from  ab651950ab94c6c8e228b42897abb38a83351b23 (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 1e9173dfbe7a22b8073fe2a5f6559612d24f67e6
Author: Sergey Poznyakoff <address@hidden>
Date:   Mon Oct 24 10:23:55 2011 +0300

    Complement 1e33c774.
    
    * mh/comp.c: Open mailbox in read-only mode.

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

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

diff --git a/mh/comp.c b/mh/comp.c
index 9d08e1f..336b348 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -276,7 +276,7 @@ main (int argc, char **argv)
       mh_msgset_t msgset;
       mu_mailbox_t mbox;
       
-      mbox = mh_open_folder (mh_current_folder (), MU_STREAM_RDWR);
+      mbox = mh_open_folder (mh_current_folder (), MU_STREAM_READ);
       mh_msgset_parse (mbox, &msgset, argc - index, argv + index, "cur");
       if (msgset.count != 1)
        {


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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