[SCM] GNU Mailutils branch, master, updated. release-2.2-406-g1e9173d

"Sergey Poznyakoff" <[email protected]>
Newsgroups gmane.comp.gnu.mailutils.cvs
Message-ID <[email protected]>
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 <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.