diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-19 09:34:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-19 09:34:50 +0800 |
commit | 93314d904125e37d567b4669bd3c0170ab8d7e4e (patch) | |
tree | 8967fc2e9bd02da2df7017988fb530698d20db0a /camel/ChangeLog | |
parent | 5e96f5b6393b531f1f8d26a02e58e48d1ba4a973 (diff) | |
download | gsoc2013-evolution-93314d904125e37d567b4669bd3c0170ab8d7e4e.tar.gz gsoc2013-evolution-93314d904125e37d567b4669bd3c0170ab8d7e4e.tar.zst gsoc2013-evolution-93314d904125e37d567b4669bd3c0170ab8d7e4e.zip |
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.
svn path=/trunk/; revision=8808
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7198a757c7..b42c5ba626 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,14 @@ 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. |