diff options
author | 3 <NotZed@Ximian.com> | 2001-10-04 06:17:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-04 06:17:10 +0800 |
commit | 1ecc7068f5ccec30e1e99fc7193c26993496797a (patch) | |
tree | d4d1ed00db8f2be8dc4a28d2a79706dddacc9813 /camel/ChangeLog | |
parent | 628b33f28c29f843232471e79347c10af5a9c413 (diff) | |
download | gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.tar gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.tar.gz gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.tar.bz2 gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.tar.lz gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.tar.xz gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.tar.zst gsoc2013-evolution-1ecc7068f5ccec30e1e99fc7193c26993496797a.zip |
Added MATCH_NEWLINE flag, -> REG_NEWLINE.
2001-10-03 <NotZed@Ximian.com>
* camel-search-private.c (camel_search_build_match_regex): Added
MATCH_NEWLINE flag, -> REG_NEWLINE.
* camel-lock-helper.c: Include <string.h> to kill some warnings.
* camel-filter-search.c (get_full_header): Put \n's between each
line we generate.
(header_full_regex): Dont drop the first argument to the command
-> empty matches!
(header_full_regex): Set match_newline for building regex.
(body_regex): And here too. These all fix #9877.
svn path=/trunk/; revision=13392
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f04abc03f1..bd836e916f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-10-03 <NotZed@Ximian.com> + + * camel-search-private.c (camel_search_build_match_regex): Added + MATCH_NEWLINE flag, -> REG_NEWLINE. + + * camel-lock-helper.c: Include <string.h> to kill some warnings. + + * camel-filter-search.c (get_full_header): Put \n's between each + line we generate. + (header_full_regex): Dont drop the first argument to the command + -> empty matches! + (header_full_regex): Set match_newline for building regex. + (body_regex): And here too. These all fix #9877. + 2001-10-03 Jeffrey Stedfast <fejj@ximian.com> * camel-store.c (camel_store_delete_folder): Call |