[2005-12-23] 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-22 20:14:04 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/command.c: Fix at least Kyle Wheeler's new mail detection
problems: call imap_fix_path on buffy path.
* regex.c: Kyle Wheeler noticed a couple of warnings in the
moribund regex code. One still remains that I'm too lazy to fix
right now.
* imap/message.c: Add <errno.h> for msg_cache_put.
* globals.h, imap/imap.c, imap/imap_private.h, imap/message.c,
imap/message.h, init.h: Add $imap_cachedir option. If set,
mutt will keep copies of IMAP messages under this directory.
2005-12-22 17:02:12 Brendan Cully <brendan@xxxxxxxxxx (brendan)
* imap/imap.c: Check all connections instead of just the first
when NONEW is set in imap_conn_find. Wait for root delimiter
check to complete before SELECTing since we may need it to form
the mailbox name.
2005-12-22 16:58:08 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/command.c: More logging in STATUS parser to track down
new mail detection problems.
2005-12-21 21:02:50 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* hcache.c: Check for NULL data in refactored mutt_hcache_fetch.
* hcache.c: Unbreak QDBM too.
2005-12-21 17:26:08 brendan (brendan)
* hcache.c, hcache.h: I broke DB4 while refactoring hcache.c.
2005-12-21 17:23:19 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/imap.c, imap/imap_private.h, imap/message.c: Cache
UIDVALIDITY/UIDNEXT as header cache metadata, only attempt to
fetch up to UIDNEXT from the header cache. Also a cosmetic
correction: Display the actual first message being fetched
(after hcache) instead of 1.
* imap/command.c: Don't run pending IMAP commands until the
current queue has drained. Many thanks to Vincent Lefevre for
his patient help debugging.
* imap/command.c: Compare full mailbox names when doing IMAP
buffy check, not up to the length of the STATUS response.