diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-15 03:07:06 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-15 03:07:06 +0800 |
commit | 1f10ac10737d23e1e2a1243b4baccb5839f02e5d (patch) | |
tree | cef44eb2f4cc9422460abc176e1a09f8fdfa4790 /camel/ChangeLog | |
parent | a22313c0a44338909cb84ca2b262d8b8217d65bc (diff) | |
download | gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.gz gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.tar.zst gsoc2013-evolution-1f10ac10737d23e1e2a1243b4baccb5839f02e5d.zip |
Infrastructure for date-based queries
svn path=/trunk/; revision=4838
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 89b4ac747d..7342d2220a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2000-08-14 Peter Williams <peterw@helixcode.com> + + * camel-folder-search.c (search_get_sent_date): New search function; + returns the time_t when the message was sent. + (search_get_receive_date): Same for when it was received. + (search_get_current_date): Gets the current time for use with the + above two. Is this in the right place? + + * camel-folder-search.h: Add the new functions above to the class. + 2000-08-13 Dan Winship <danw@helixcode.com> * providers/nntp/Makefile.am (libcamelnntpinclude_HEADERS): Add |