diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-06-18 10:42:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-18 10:42:37 +0800 |
commit | e286346c8dfa7926b2384791bb868c36983052c0 (patch) | |
tree | 9ea89840dcf02d27e679f4041a4b877958b69d0e /camel/ChangeLog | |
parent | a18f28aa035f59acc0a3119528034e482168bd5a (diff) | |
download | gsoc2013-evolution-e286346c8dfa7926b2384791bb868c36983052c0.tar.gz gsoc2013-evolution-e286346c8dfa7926b2384791bb868c36983052c0.tar.zst gsoc2013-evolution-e286346c8dfa7926b2384791bb868c36983052c0.zip |
init tail->last to (guint32) -1, so that index = tail->last + 1 will start
2004-06-17 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-folder.c (uidset_init): init
tail->last to (guint32) -1, so that index = tail->last + 1 will
start at 0 :-)
svn path=/trunk/; revision=26405
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index fcd2738376..1a1a467966 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-06-17 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap4/camel-imap4-folder.c (uidset_init): init + tail->last to (guint32) -1, so that index = tail->last + 1 will + start at 0 :-) + 2004-06-17 Rodney Dawes <dobey@novell.com> * camel-mime-filter-tohtml.c: Add support for the webcal, callto, and |