diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-20 23:59:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-20 23:59:55 +0800 |
commit | defcee226b79b846243958d04884dec873e61e5e (patch) | |
tree | 61e7a62a92e7b889b36522fc835bb1aaab0924de /camel/ChangeLog | |
parent | 1c147afe15e6cdcb023f99fd26a31b870c3f94ed (diff) | |
download | gsoc2013-evolution-defcee226b79b846243958d04884dec873e61e5e.tar.gz gsoc2013-evolution-defcee226b79b846243958d04884dec873e61e5e.tar.zst gsoc2013-evolution-defcee226b79b846243958d04884dec873e61e5e.zip |
Only display a warning if errno != EINVAL (EINVAL means there was a
2003-05-19 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.c (camel_folder_summary_load): Only display
a warning if errno != EINVAL (EINVAL means there was a version
mismatch, so we don't really need to warn here since we are
supposed to be able to handle this situation).
(perform_content_info_load): Turn off debugging message.
(summary_assign_uid): Turn off uid-clash warning.
(camel_folder_summary_decode_token): Turn off debug messages.
(summary_header_load): Turn off version-mismatch warning.
svn path=/trunk/; revision=21284
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bca41c5e3d..219e0f4f05 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2003-05-19 Jeffrey Stedfast <fejj@ximian.com> + + * camel-folder-summary.c (camel_folder_summary_load): Only display + a warning if errno != EINVAL (EINVAL means there was a version + mismatch, so we don't really need to warn here since we are + supposed to be able to handle this situation). + (perform_content_info_load): Turn off debugging message. + (summary_assign_uid): Turn off uid-clash warning. + (camel_folder_summary_decode_token): Turn off debug messages. + (summary_header_load): Turn off version-mismatch warning. + 2003-05-16 Jeremy Katz <katzj@redhat.com> * providers/smtp/camel-smtp-transport.c (smtp_helo): Ensure cmdbuf |