diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-10 05:53:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-10 05:53:05 +0800 |
commit | 5b49e84e6ae19741e49c16c259579da220e0bd10 (patch) | |
tree | 3586754ecee818a992c065462e6d10ecfb974a6a /camel/ChangeLog | |
parent | c8556446ae9cc6e54a7b6ce178e372d2983e8ff5 (diff) | |
download | gsoc2013-evolution-5b49e84e6ae19741e49c16c259579da220e0bd10.tar.gz gsoc2013-evolution-5b49e84e6ae19741e49c16c259579da220e0bd10.tar.zst gsoc2013-evolution-5b49e84e6ae19741e49c16c259579da220e0bd10.zip |
Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (And
* providers/sendmail/camel-sendmail-transport.c (sendmail_send,
sendmail_send_to): Remove the "-U" for now, because it breaks
exim's "sendmail" wrapper. (And it doesn't actually do all that
much to sendmail's behavior, and it was working fine before
anyway.)
svn path=/trunk/; revision=8621
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 ddc4f9366d..0e324f855c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2001-03-09 Dan Winship <danw@ximian.com> + * providers/sendmail/camel-sendmail-transport.c (sendmail_send, + sendmail_send_to): Remove the "-U" for now, because it breaks + exim's "sendmail" wrapper. (And it doesn't actually do all that + much to sendmail's behavior, and it was working fine before + anyway.) + * camel-mime-utils.c (header_fold): Fix a bug that could make this walk off the end of a string. (The bug has been there since December... maybe this will fix some unreproduceable crashes?) |