[2006-08-11] 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.
2006-08-10 22:16:11 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/command.c: Unbreak imap_check_subscribed after command
data type change.
2006-08-10 21:47:44 Ralf Wildenhues <wildenhues@xxxxxxxxxxxxxxx>
(brendan)
* doc/PGP-Notes.txt, doc/devel-notes.txt, doc/manual.xml.head,
doc/smime-notes.txt: Fix some typos; regularise spelling from
UK to US forms.
2006-08-10 21:43:47 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* Makefile.am: Only touch reldate.h if it actually changes.
It was getting annoying rebuilding the manual after every commit.
2006-08-10 21:25:18 Ralf Wildenhues <wildenhues@xxxxxxxxxxxxxxx>
(brendan)
* Makefile.am, configure.in, doc/instdoc.sh.in: No need to set
CPP, OPS manually in Makefile.am. Include stdlib.h in autoconf
tests that use exit.
2006-08-10 20:20:28 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/imap_private.h, imap/browse.c, imap/command.c,
imap/imap.c: Add type field for IMAP command data structure,
check it before use.
* imap/command.c: Handle IMAP out-of-order tagged
responses. Closes: #2365.
* imap/command.c, imap/util.c: Handle literal mailbox names
in LIST responses (for Notes). We should really have an IMAP
stream tokenizer.
* imap/command.c: Notes sometimes sends EXISTS messages for the
wrong mailbox.
* imap/message.c: More out-of-order FETCH fixes. This time I wrote
a replay tool acting as an IMAP server based on a .muttdebug0
file, and mutt handled the out-of-order responses served by it.
* imap/command.c, imap/message.c: More fixes for out-of-order
FETCH responses.
2006-08-09 19:29:22 Vincent Lefevre <vincent@xxxxxxxxxx> (brendan)
* mime.types: Update sample mime.types.
2006-08-09 01:17:48 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* imap/message.c: Untested attempt to handle flag updates during
mailbox open.
* imap/message.c: Do not allow IMAP mailbox to be reopened while
it is being opened.