[2004-11-09] 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.
2004-11-08 08:43:17 Ralf Wildenhues <wildenhues@xxxxxxxxxxxxxxx>
(roessler)
* imap/imap_private.h: Having a signed one-bit bitfield is quite
odd -- its value is either 0 or -1. Although the current code
is not broken because it doesn't test equality to 1, IMHO it's
better not to use that.
* imap/message.c: There's a size_t in imap_append_message not
printed out portably.