Don't reuse the exception if it has already been set.
authorJeffrey Stedfast <fejj@ximian.com>
Fri, 14 Sep 2001 01:44:18 +0000 (01:44 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 14 Sep 2001 01:44:18 +0000 (01:44 +0000)
commit112d55786a6c3ec1ec7059398a97f92671e28304
tree98c71a78e2d4a9b4d174f677367a8597b327e295
parent33ddd064d37acd54aaf8e984a5c126b80f8b1fc7
Don't reuse the exception if it has already been set.

2001-09-13  Jeffrey Stedfast  <fejj@ximian.com>

* camel-filter-driver.c (camel_filter_driver_filter_folder): Don't
reuse the exception if it has already been set.
(camel_filter_driver_filter_message): Same here. Also use the new
return value from camel_filter_search_match().

* camel-filter-search.c (camel_filter_search_match): Return an
integer (matched, no-match, or error).
camel/ChangeLog
camel/camel-filter-driver.c
camel/camel-filter-search.c
camel/camel-filter-search.h
camel/camel.c