<<< Date Index >>>     <<< Thread Index >>>

[2005-07-25] CVS repository changes



This message was generated and sent automatically.  It contains a
summary of the CVS commits over the last 48 hours.  These changes
should be propagated to the public repository within at most a day
or two.  Most probably, they have already been propagated.


2005-07-24 18:33:31  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * muttlib.c: Typo in last commit.

        * imap/message.c, muttlib.c, protos.h: Merge full envelope from
        message fetch into original sparse envelope, instead of replacing
        it. This should be gentler on the various threading hashes and may
        (knock on wood) fix the threading segfault. Threading behaviour
        is observably better.

2005-07-24 18:18:29  brendan  (brendan)

        * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch.

2005-07-24 16:53:59  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * thread.c: Try to fix threading bug triggered by duplicate
        references.

2005-07-24 16:51:38  Cedric Duval  <cedricduval+web@xxxxxxx>  (brendan)

        * OPS, copy.c, curs_main.c, doc/manual.sgml.head, functions.h,
        imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c:
        Add thread editing commands.

2005-07-24 16:12:12  Paul Walker  <paul@xxxxxxxxxxxxxxxxxxxxx>  (roessler)

        * doc/manual.sgml.head, main.c, protos.h, init.c: This patch
        adds an option -D to dump mutt's configuration after all
        configuration files have been read.  Changes against PW's version:
        (1) curses isn't initialized; (2) variables are dumped to stdout,
        not to stderr.

2005-07-24 15:46:26  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * hash.c, imap/message.c, imap/util.c: This patch includes (1)
        a rewrite of hash_delete_hash, and (2) some changes to the IMAP
        code that Thomas Glanzmann made during an attempt to squash some
        segmentation fault in May.  There is no guarantee that this patch
        doesn't break things.  If it does, please complain to mutt-dev.

        * recvattach.c, smime.c: Fix S/MIME segmentation fault.  Bug
        reported by Mads Martin Joergensen; part fixed by Brendan Cully.

2005-07-24 08:59:44  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * copy.c: Don't assume messages in MMDF mailboxes have From
        separators when copying them.  Spotted by William Lovas. Initial
        patch by TAKAHASHI Tamotsu.

2005-07-23 23:35:17  Byrial Jensen  <byrial@xxxxxxxx>  (brendan)

        * curs_main.c, doc/manual.sgml.head, globals.h, main.c, muttlib.c:
        This is the current shortcut patch patch by Byrial Ole Jensen
        <byrial@xxxxxxxx>, updated by Christoph Berg <cb@xxxxxxxx>.