aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2001-10-23 03:12:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-23 03:12:06 +0800
commit42d022008afe13d2f0b2dbc1b071c72f8e2f7775 (patch)
tree03c9842b7c58ad8e08a6fb005532d8725eea8f86 /camel/ChangeLog
parent367221fa5e99f7cd2b687b18b367ddf167f2377f (diff)
downloadgsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.tar
gsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.tar.gz
gsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.tar.bz2
gsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.tar.lz
gsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.tar.xz
gsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.tar.zst
gsoc2013-evolution-42d022008afe13d2f0b2dbc1b071c72f8e2f7775.zip
(camel_search_header_match): Oops, missing i=0.
svn path=/trunk/; revision=13891
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f25879a1a3..70d0399299 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,6 +3,7 @@
* camel-search-private.c (camel_search_header_match): Match check
against all addresses in a multiple address match. Should fix
#13051.
+ (camel_search_header_match): Oops, missing i=0.
2001-10-22 Dan Winship <danw@ximian.com>