diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-06 22:39:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-06 22:39:30 +0800 |
commit | a0c1a491f146e480589496c0714a9be6857d2c26 (patch) | |
tree | 535af3bac6eac9d68762bae60b1ee8c46b2fce68 /camel/ChangeLog | |
parent | 9b665c1a82813d17deb3c50d357bc60f13d041dc (diff) | |
download | gsoc2013-evolution-a0c1a491f146e480589496c0714a9be6857d2c26.tar.gz gsoc2013-evolution-a0c1a491f146e480589496c0714a9be6857d2c26.tar.zst gsoc2013-evolution-a0c1a491f146e480589496c0714a9be6857d2c26.zip |
Fixes for bug #39168
2003-03-06 Jeffrey Stedfast <fejj@ximian.com>
Fixes for bug #39168
* providers/local/camel-spool-summary.c: Get rid of the empty
private struct.
* providers/local/camel-mbox-summary.c: Get rid of the empty
private struct.
* camel-vee-store.c: Get rid of the empty private struct.
* camel-mime-filter-from.c: Get rid of the empty private struct.
2003-03-05 Jeffrey Stedfast <fejj@ximian.com>
* providers/sendmail/camel-sendmail-transport.c
(sendmail_send_to): Add a CRLF filter to the output stream to
convert any CRLF sequences into plain old line-feeds to work
around a bug in some local transport programs.
svn path=/trunk/; revision=20187
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d71a3f3cba..85b6c9a7bc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,24 @@ +2003-03-06 Jeffrey Stedfast <fejj@ximian.com> + + Fixes for bug #39168 + + * providers/local/camel-spool-summary.c: Get rid of the empty + private struct. + + * providers/local/camel-mbox-summary.c: Get rid of the empty + private struct. + + * camel-vee-store.c: Get rid of the empty private struct. + + * camel-mime-filter-from.c: Get rid of the empty private struct. + +2003-03-05 Jeffrey Stedfast <fejj@ximian.com> + + * providers/sendmail/camel-sendmail-transport.c + (sendmail_send_to): Add a CRLF filter to the output stream to + convert any CRLF sequences into plain old line-feeds to work + around a bug in some local transport programs. + 2003-03-04 Jeffrey Stedfast <fejj@ximian.com> * camel-object.h: s/class/klass in one place so that the header is |