aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-12 04:19:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-12 04:19:28 +0800
commit3d319ce9ef8862ec4245ab58946ff8ff66c00578 (patch)
tree057014bf89d0735f1730105e80d135d0aa1512d3 /camel/ChangeLog
parenta389093a50a28b57e2709ecb896d7c9368291012 (diff)
downloadgsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.tar
gsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.tar.gz
gsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.tar.bz2
gsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.tar.lz
gsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.tar.xz
gsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.tar.zst
gsoc2013-evolution-3d319ce9ef8862ec4245ab58946ff8ff66c00578.zip
This shouldn't return NULL, it should return g_ptr_array_new () so the
2000-07-11 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_search_by_expression): This shouldn't return NULL, it should return g_ptr_array_new () so the mailer gets what it expects. svn path=/trunk/; revision=4095
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4cc528c62d..e5e9bc5f3c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-07-11 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c (imap_search_by_expression):
+ This shouldn't return NULL, it should return g_ptr_array_new ()
+ so the mailer gets what it expects.
+
2000-07-10 Jeffrey Stedfast <fejj@helixcode.com>
* camel-folder-summary.c (camel_folder_summary_decode_string):