aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-27 05:04:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-27 05:04:13 +0800
commite48a259382fdda16dd1a919b3f73612d9b5525fd (patch)
tree228ba2464c7dea4adb627a53fbeb003febcbbee6 /camel/ChangeLog
parentba11d5d35ab50d2a92dc2f86c97d631031d52d1a (diff)
downloadgsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.tar
gsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.tar.gz
gsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.tar.bz2
gsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.tar.lz
gsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.tar.xz
gsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.tar.zst
gsoc2013-evolution-e48a259382fdda16dd1a919b3f73612d9b5525fd.zip
New function to convenience Larry ;-) (check_content_id): Oops, return
2001-09-26 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-message.c (camel_mime_message_get_part_by_content_id): New function to convenience Larry ;-) (check_content_id): Oops, return !found instead of found. This callback has to return whether or not to keep searching, not whether or not it found what it's looking for. Do'h! * camel-pgp-mime.c (camel_pgp_mime_is_rfc2015_signed): block out some code if ENABLE_PEDANTIC_PGPMIME is not defined. svn path=/trunk/; revision=13168
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5e30c5670b..a28037b561 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,6 +3,9 @@
* camel-mime-message.c
(camel_mime_message_get_part_by_content_id): New function to
convenience Larry ;-)
+ (check_content_id): Oops, return !found instead of found. This
+ callback has to return whether or not to keep searching, not
+ whether or not it found what it's looking for. Do'h!
* camel-pgp-mime.c (camel_pgp_mime_is_rfc2015_signed): block out
some code if ENABLE_PEDANTIC_PGPMIME is not defined.