diff options
author | 1 <NotZed@Ximian.com> | 2001-10-12 07:39:08 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-12 07:39:08 +0800 |
commit | 6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a (patch) | |
tree | 3e2893e48d4ca09f4ecbf931db5f01a7be78d2ee /camel/ChangeLog | |
parent | d80806e8e8cc9913bbb3c710166de32c1d9b4607 (diff) | |
download | gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.tar gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.tar.gz gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.tar.bz2 gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.tar.lz gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.tar.xz gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.tar.zst gsoc2013-evolution-6335fc8ec885d1a93ff58fc0321fce3ba2c5c42a.zip |
convert the uids list to a subset appropriate for each subfolder before
2001-10-11 <NotZed@Ximian.com>
* camel-vee-folder.c (vee_search_by_uids): convert the uids list
to a subset appropriate for each subfolder before trying to search
on it.
svn path=/trunk/; revision=13607
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 a5012ff2f9..d4bb72ea95 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-10-11 <NotZed@Ximian.com> + * camel-vee-folder.c (vee_search_by_uids): convert the uids list + to a subset appropriate for each subfolder before trying to search + on it. + * camel-charset-map.[ch]: Removed charset/locale charset lookup and iconv_open/close functions, moved to gal. Fixed all callers. |