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

[2005-12-16] 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-12-15 18:59:59  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * imap/message.c: Whitespace shuffling.

        * imap/command.c, imap/imap.c, imap/imap_private.h, imap/util.c:
        Use mutt_buffer_printf in several places instead of a homebrew
        version.

        * configure.in, m4/funcs.m4, muttlib.c, protos.h: Add
        mutt_buffer_printf function, with autoconf test for va_copy.

        * imap/imap.c: IMAP keepalive might have been interacting
        badly with $timeout when IDLE was enabled. Use force option for
        IDLE too.

2005-12-14 17:29:57  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * imap/auth_sasl.c, imap/command.c, imap/imap_private.h: SASL-IR
        support for IMAP. The RTT was has begun. I had forgotten how
        strangely convoluted auth_sasl has become though...