[2005-09-06] 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-06 01:46:46 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/utf7.c, init.c, main.c, protos.h: Fix a memory leak in
imap_utf7_decode and do a little cleanup on shutdown. Get a
high five from valgrind.
* curs_main.c, main.c: Move SASL and IMAP shutdown hooks into
main where they belong.
* init.c: Release pwent after extracting data from it.
* mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL
state when quitting.
2005-09-05 04:22:45 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* doc/manual.xml.head: Documentation cosmetics (add some line
breaks).
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.