diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-16 02:47:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-16 02:47:04 +0800 |
commit | b0bac93a1ef3963c1d432a06015e09e1042208d0 (patch) | |
tree | c04df77b5a732b8860cfa19a27fcd96144aa47a9 /camel/ChangeLog | |
parent | d90fbb36059b624936bb7a795fe22a32d66163bd (diff) | |
download | gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.tar gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.tar.gz gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.tar.bz2 gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.tar.lz gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.tar.xz gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.tar.zst gsoc2013-evolution-b0bac93a1ef3963c1d432a06015e09e1042208d0.zip |
Return the largest real UID in the cache (as an integer). Eventually to be
* providers/imap/camel-imap-message-cache.c
(camel_imap_message_cache_max_uid): Return the largest real UID in
the cache (as an integer). Eventually to be used for an
optimization in the new-message fetch code.
(cache_put): Keep track of max_uid.
svn path=/trunk/; revision=10254
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 29f180d9f8..e832e39c4d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2001-06-15 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-message-cache.c + (camel_imap_message_cache_max_uid): Return the largest real UID in + the cache (as an integer). Eventually to be used for an + optimization in the new-message fetch code. + (cache_put): Keep track of max_uid. + 2001-06-14 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c: Added Mailing-List header regex so that we |