aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-05-03 04:58:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-03 04:58:23 +0800
commit9190e008ad92251cdf0c27772970c56214d6cc6e (patch)
treedd5e9e380f4209aac647b3b5279b32f042fb5703 /camel/ChangeLog
parentcce3d433328f1ec39203e8b5770c6cc2650259a5 (diff)
downloadgsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.gz
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.bz2
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.lz
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.xz
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.zst
gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.zip
> * providers/mbox/camel-mbox-search.c
> (camel_mbox_folder_search_by_expression): Dont store/remove > current search from the search list. > > * providers/mbox/camel-mbox-folder.h: Removed searches list, > searches are all sync now. svn path=/trunk/; revision=2755
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index cedc8e4b9d..bcafb56e19 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2000-05-02 NotZed <NotZed@HelixCode.com>
+ * providers/mbox/camel-mbox-search.c
+ (camel_mbox_folder_search_by_expression): Dont store/remove
+ current search from the search list.
+
+ * providers/mbox/camel-mbox-folder.h: Removed searches list,
+ searches are all sync now.
+
* gmime-utils.[ch]: What the hell, remove it. This will break the
nntp provider. The mime parser can be used instead though.
Removed from all code including it (but none were using it).