From: Thomas Roessler Date: Mon, 8 Nov 2004 08:43:42 +0000 (+0000) Subject: # changelog commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1cbd52202fae43e71a3d585582720cee6b905d2;p=neomutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 372acf0ca..9322cd9d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2004-11-08 07:30:29 Ralf Wildenhues (roessler) +2004-11-08 08:43:17 Ralf Wildenhues (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.