diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-14 02:21:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-14 02:21:31 +0800 |
commit | a60f38bc6e65a53c3598e9e22ebf5bfa3a76e27e (patch) | |
tree | 72256e934f11cf8cfca74f860699d0b4a8c07943 /camel/ChangeLog | |
parent | da2d6ee08c364cbc4b99a7c2eb39678c350188f1 (diff) | |
download | gsoc2013-evolution-a60f38bc6e65a53c3598e9e22ebf5bfa3a76e27e.tar.gz gsoc2013-evolution-a60f38bc6e65a53c3598e9e22ebf5bfa3a76e27e.tar.zst gsoc2013-evolution-a60f38bc6e65a53c3598e9e22ebf5bfa3a76e27e.zip |
Replace the Bcc headers in a single location and don't flush the data
2001-10-13 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_data): Replace the
Bcc headers in a single location and don't flush the data unless
the write was successful.
svn path=/trunk/; revision=13662
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 30300365d2..91f1d02e5e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-10-13 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_data): Replace the + Bcc headers in a single location and don't flush the data unless + the write was successful. + 2001-10-12 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Remove the stripheader filter from the build. |