Document and modify to return a boolean value denoting whether or not
authorJeffrey Stedfast <fejj@ximian.com>
Mon, 19 Mar 2001 01:34:50 +0000 (01:34 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 19 Mar 2001 01:34:50 +0000 (01:34 +0000)
commitd10a575b9f9d542d357491ca85bad4301819441d
tree5afb097e802af1b8c4946afaf981b561ee7b2ff1
parent075bf85e070032d1955d3289c12596770e6f2fd0
Document and modify to return a boolean value denoting whether or not

2001-03-18  Jeffrey Stedfast  <fejj@ximian.com>

* camel-filter-driver.c (camel_filter_driver_filter_message):
Document and modify to return a boolean value denoting whether or
not errors occured during processing.
(camel_filter_driver_filter_mbox): Same as above and also modified
to check return codes of filter_message rather than relying only
on whether or not the exception was set (as it's possible to pass
in NULL for the exception).
(camel_filter_driver_filter_folder): Same as above.

* camel-mime-utils.c (header_param_list_format_append): Quote the
param value if it contains whitespace as well.
camel/ChangeLog
camel/camel-filter-driver.c
camel/camel-filter-driver.h