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

[2005-09-05] 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-09-04 20:10:25  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * init.h: Point $hide_top_limited to $hide_limited instead of
        $hide_missing. Likewise for $hide_top_missing. Closes: #2039.

        * init.h: Mention $sort_re in $strict_threads
        documentation. Closes: #2052.

        * doc/manual.xml.head: Add a push example. Closes: #1591.

2005-09-04 19:46:26  Rupert Levene  <rupert@xxxxxxxxxxxxxxxxx>  (brendan)

        * doc/manual.xml.head: Mention $include when describing how mutt
        prepares message replies. Closes: #1471.

2005-09-04 19:28:19  Dale Woolridge  (brendan)

        * pattern.c, protos.h, parse.c: Unfold message headers before
        performing ~h search. Closes: #1865.

2005-09-04 18:01:57  Zardoz@xxxxxxxxxxxxxxxxxxxxx  (brendan)

        * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588.

2005-09-04 06:57:04  Alain Bench  <veronatif@xxxxxxx>  (brendan)

        * doc/manual.xml.head, doc/manual.xml.tail: Note that <Tab>
        is bound to next-new-then-unread by default, rather than
        next-new. Closes: #1637.

        * curs_main.c, pattern.c: Allow empty limits, and limits in
        empty mailboxes. Closes: #1853, #1906.

2005-09-03 23:22:31  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * send.c, attach.c: Note when mutt_edit_attachment fails and
        display error instead of prompting to abort an unmodified
        file. Closes: #2051.

2005-09-03 19:41:53  Alain Bench  <veronatif@xxxxxxx>  (brendan)

        * contrib/gpg.rc: One should let GnuPG charset be automatically
        infered from whatever current locale, without hardcoding.

2005-09-03 04:34:25  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * doc/manual.xml.head: Just use EXPR as a place holder for regular
        expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted
        by Vincent Lefevre.