aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-02-29 04:10:54 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-02-29 04:10:54 +0800
commitbbbee6ba116f1df65514776657e86bc6182a0f56 (patch)
treebb1eda0ff4a2c409c429d543743389ac93ccacef /camel/ChangeLog
parentce16b05aed027e814af0a36bd76dc49cfb22df2f (diff)
downloadgsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.tar
gsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.tar.gz
gsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.tar.bz2
gsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.tar.lz
gsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.tar.xz
gsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.tar.zst
gsoc2013-evolution-bbbee6ba116f1df65514776657e86bc6182a0f56.zip
No, its not a fatal error to search on a non-searchable folder, you just
2000-02-28 NotZed <NotZed@HelixCode.com> * camel-folder.c (camel_folder_search_by_expression): No, its not a fatal error to search on a non-searchable folder, you just dont get any matches. (_open): Dont open an opened folder (i dont see why this is really a bug, but what the hell ...) * providers/mbox/camel-mbox-folder.c (_init): Set search cap on. (_open): Call parent class to perform open. Remove folder-open check to parent instead. svn path=/trunk/; revision=1984
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5bf9ce3ea2..37c2dbda96 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,15 @@
2000-02-28 NotZed <NotZed@HelixCode.com>
+ * camel-folder.c (camel_folder_search_by_expression): No, its not
+ a fatal error to search on a non-searchable folder, you just dont
+ get any matches.
+ (_open): Dont open an opened folder (i dont see why this is really
+ a bug, but what the hell ...)
+
+ * providers/mbox/camel-mbox-folder.c (_init): Set search cap on.
+ (_open): Call parent class to perform open. Remove folder-open
+ check to parent instead.
+
* camel-stream-b64.c (my_read_encode): Fixed a typo.
* providers/mbox/camel-mbox-search.c: Changed to use e-sexp,