diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1cf46e5f6c..e920430c66 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-08-04 Dan Winship <danw@helixcode.com> + * providers/pop3/camel-pop3-folder.c (pop3_set_message_flags): + (pop3_sync): Indexes into the flags array are message_number minus + 1, not just message_number. + * providers/pop3/camel-pop3-store.c: add a debugging macro for doing protocol tracing. |