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

[2005-09-24] 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-23 18:38:36  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * configure.in: Quote an error message.

2005-09-22 16:38:08  Takahashi Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * configure.in, globals.h, hcache.c, init.h: Update QDBM patch
        to the current state of the art. Closes: #2003 (again).

2005-09-22 09:06:13  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * send.c: When composing a reply, there might be degenerate cases
        in which a CC header is created, but no To header.  In this case,
        we now use the auto-generated CC header as the To header.

2005-09-22 04:05:49  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * init.c: Refactor mutt var completion so it can be used for
        inline expansions (eg $from).  Actual expansion not committed yet.

        * send.c: If ContentType is null, assume text/plain. Stopgap;
        a better mechanism would sanity-check MuttVars assignments before
        allowing them. Closes: #2080.

        * imap/util.c, imap/imap.c: Don't allow imap URLs with empty
        hosts. Also don't attempt to complete on open connections when
        there aren't any (diagnosed by Nico Golde).  Closes: #2079.