diff options
author | Not Zed <NotZed@Ximian.com> | 2002-04-05 16:06:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-04-05 16:06:47 +0800 |
commit | ee5332f908d7bae0796e60e9de0c29c3b132883b (patch) | |
tree | fc121ca0bbee0e84a59e44b982bce6873c2276a7 /camel/ChangeLog | |
parent | 49e82f8b9fb67aba12f536c6ea29a640b7a10104 (diff) | |
download | gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.tar gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.tar.gz gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.tar.bz2 gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.tar.lz gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.tar.xz gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.tar.zst gsoc2013-evolution-ee5332f908d7bae0796e60e9de0c29c3b132883b.zip |
If (body-contains) is not passed any arguments, return empty/false. Fixes
2002-04-04 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-search.c (imap_body_contains): If
(body-contains) is not passed any arguments, return empty/false.
Fixes a crash exposed by #15001.
svn path=/trunk/; revision=16362
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 49f3e64c11..07e165d70c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -13,6 +13,10 @@ 2002-04-04 Not Zed <NotZed@Ximian.com> + * providers/imap/camel-imap-search.c (imap_body_contains): If + (body-contains) is not passed any arguments, return empty/false. + Fixes a crash exposed by #15001. + * camel-remote-store.c (remote_connect): Reset the keepalive timeout to 10 minutes rather than the 30 seconds I was using for testing. |