diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-02 07:05:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-02 07:05:34 +0800 |
commit | 2c23afbef1edb9d907d3fd871876fe7cbe201d2f (patch) | |
tree | a9bf25d5d7518f27cbee5be9d5ef23bb49c88cbf /camel/ChangeLog | |
parent | de528ac073b9e4cca654c41b75a34dbfce82d060 (diff) | |
download | gsoc2013-evolution-2c23afbef1edb9d907d3fd871876fe7cbe201d2f.tar.gz gsoc2013-evolution-2c23afbef1edb9d907d3fd871876fe7cbe201d2f.tar.zst gsoc2013-evolution-2c23afbef1edb9d907d3fd871876fe7cbe201d2f.zip |
New and improved sexp parser. An honest try at using e-sexp is wrapped in
2000-08-01 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-utils.c (imap_translate_sexp): New and
improved sexp parser. An honest try at using e-sexp is wrapped in
a #ifdef at the bottom of the file but is currently not used
* providers/imap/camel-imap-folder.c (imap_search_by_expression):
We want to do a UID SEARCH so we get UIDs back instead of sequence
numbers
svn path=/trunk/; revision=4461
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1f07de6188..6966ac0578 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2000-08-01 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-utils.c (imap_translate_sexp): New and + improved sexp parser. An honest try at using e-sexp is wrapped in + a #ifdef at the bottom of the file but is currently not used + + * providers/imap/camel-imap-folder.c (imap_search_by_expression): + We want to do a UID SEARCH so we get UIDs back instead of sequence + numbers + 2000-08-01 Not Zed <NotZed@HelixCode.com> * providers/mh: New mh provider implementation. @@ -15,8 +25,9 @@ 2000-07-31 Peter Williams <peterw@helixcode.com> - * providers/vee/camel-vee-folder.c (vee_search_by_expression): Add a NULL - to the matches pointer array so that g_strfreev knows where the end is. + * providers/vee/camel-vee-folder.c (vee_search_by_expression): Add + a NULL to the matches pointer array so that g_strfreev knows where + the end is. 2000-07-31 Jeffrey Stedfast <fejj@helixcode.com> |