diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-24 11:47:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-24 11:47:14 +0800 |
commit | fc1fc5f041bcd2d6446e988336061926a244e254 (patch) | |
tree | 2d0c0222faecf37c884c6c694d6952e326f58538 /camel/ChangeLog | |
parent | 6e61ef2ee4b9729c0122acc04127370b94edf4d6 (diff) | |
download | gsoc2013-evolution-fc1fc5f041bcd2d6446e988336061926a244e254.tar.gz gsoc2013-evolution-fc1fc5f041bcd2d6446e988336061926a244e254.tar.zst gsoc2013-evolution-fc1fc5f041bcd2d6446e988336061926a244e254.zip |
Do it the same way we just made the sendmail code do it.
2003-02-23 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_data): Do it the
same way we just made the sendmail code do it.
* providers/sendmail/camel-sendmail-transport.c
(sendmail_send_to): My last change but in a better way.
svn path=/trunk/; revision=20023
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 1b1423531d..5d50e60964 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2003-02-23 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_data): Do it the + same way we just made the sendmail code do it. + + * providers/sendmail/camel-sendmail-transport.c + (sendmail_send_to): My last change but in a better way. + 2003-02-22 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_data): Remove all |