diff options
author | 0 <NotZed@Ximian.com> | 2001-10-30 11:27:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-30 11:27:28 +0800 |
commit | e01b1cb6625883a4db723209c743dc03abc112ef (patch) | |
tree | b0a6bc7b377e85c94dee04a1ebca183fef25f7d0 /camel/ChangeLog | |
parent | 2e6dc6d43f6483377fc9c18a7c19c9b7cb736e15 (diff) | |
download | gsoc2013-evolution-e01b1cb6625883a4db723209c743dc03abc112ef.tar.gz gsoc2013-evolution-e01b1cb6625883a4db723209c743dc03abc112ef.tar.zst gsoc2013-evolution-e01b1cb6625883a4db723209c743dc03abc112ef.zip |
w(x) out some warnings.
2001-10-30 <NotZed@Ximian.com>
* camel-mime-utils.c (header_decode_mailbox): w(x) out some warnings.
* providers/local/camel-local-summary.c
(camel_local_summary_load): Remove the warning about not loading
summary file - its a valid case for new folders.
svn path=/trunk/; revision=14411
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0659ce16e3..33803d647c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2001-10-30 <NotZed@Ximian.com> + + * camel-mime-utils.c (header_decode_mailbox): w(x) out some warnings. + + * providers/local/camel-local-summary.c + (camel_local_summary_load): Remove the warning about not loading + summary file - its a valid case for new folders. + 2001-10-29 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-openssl.c (my_SSL_write): Removed. |