diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-23 12:37:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-23 12:37:59 +0800 |
commit | 4cf9b5a00cb088a3d40974f48b69120afcaf1b68 (patch) | |
tree | af8502deb7d160d121e63bb2e5de2b5671f89850 /camel/ChangeLog | |
parent | 73053088aa1a33486a1bfb9637bf37f8bf984a18 (diff) | |
download | gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.tar gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.tar.gz gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.tar.bz2 gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.tar.lz gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.tar.xz gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.tar.zst gsoc2013-evolution-4cf9b5a00cb088a3d40974f48b69120afcaf1b68.zip |
Perform error checking on parsing/execution.
2001-01-23 Not Zed <NotZed@Ximian.com>
* camel-filter-search.c (camel_filter_search_match): Perform error
checking on parsing/execution.
* camel-folder-search.c (camel_folder_search_execute_expression):
Perform error handling on search expression.
(CamelFolderSearchPrivate): Add a camelexception for error
returns.
(camel_folder_search_execute_expression): Setup exception pointer.
(search_match_all): Quit on error.
* providers/imap/camel-imap-summary.c (message_info_load): Removed
some debug 'warnings', as they should now be displayed at the
toplevel loader, and just made the code match similar code
elsewhere.
* providers/local/camel-mbox-summary.c (message_info_load): Error
handling.
(message_info_save): more error handling.
* camel-folder-summary.c (message_info_load): Add error handling
and sanity checking.
(camel_folder_summary_load): Add error checks.
(perform_content_info_load): Error + sanity checks.
(content_info_load): error + sanity checks.
svn path=/trunk/; revision=7739
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ae517c44ab..b83952e691 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,15 @@ 2001-01-23 Not Zed <NotZed@Ximian.com> + * camel-filter-search.c (camel_filter_search_match): Perform error + checking on parsing/execution. + + * camel-folder-search.c (camel_folder_search_execute_expression): + Perform error handling on search expression. + (CamelFolderSearchPrivate): Add a camelexception for error + returns. + (camel_folder_search_execute_expression): Setup exception pointer. + (search_match_all): Quit on error. + * providers/imap/camel-imap-summary.c (message_info_load): Removed some debug 'warnings', as they should now be displayed at the toplevel loader, and just made the code match similar code @@ -18,6 +28,8 @@ * camel-filter-driver.c (close_folder): avoid /0 by updating after we've done the sync. (close_folders): Setup the first progress report to start it off. + (camel_filter_driver_filter_message): Fix a fixme, check errors in + e_sexp parsing, etc. 2001-01-22 Christopher James Lahey <clahey@helixcode.com> |