[2005-12-17] 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-16 18:49:40 Recai Oktas <roktas@xxxxxxxxxx> (brendan)
* color.c, crypt.c, handler.c, init.c, parse.c, smime.c: Use
ascii_str* instead of mutt_str* in several places where it's
needed.
2005-12-16 18:18:52 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/command.c, imap/imap.c, imap/imap_private.h,
imap/message.c, imap/util.c: New new mail detection code. Now
we use UIDVALIDITY/UIDNEXT to detect whether a mailbox has been
changed since we last saw it, rather than the more ephemeral
RECENT flag. We also keep a cache of mailboxes we've visited
or called STATUS on, which might eventually make for better
information in the browser and mailbox views. Big changes,
probably not stable. IWFM.
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.