diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-14 01:26:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-14 01:26:56 +0800 |
commit | 368cd30655ffcfdc79f6298b90d41ce33ddeed35 (patch) | |
tree | 3ccab6ac29de716049a02196a9756fd0600d3b3f /camel/ChangeLog | |
parent | 14538bdee1f3838d944ac3f6945f0cfb3122965e (diff) | |
download | gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.tar gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.tar.gz gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.tar.bz2 gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.tar.lz gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.tar.xz gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.tar.zst gsoc2013-evolution-368cd30655ffcfdc79f6298b90d41ce33ddeed35.zip |
More fixing for exim: It can't deal with "-tif", you need to say "-t -i
* providers/sendmail/camel-sendmail-transport.c (sendmail_send_to,
sendmail_send): More fixing for exim: It can't deal with "-tif",
you need to say "-t -i -f".
svn path=/trunk/; revision=8674
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 31bf3b213c..8020ffea6e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-03-13 Dan Winship <danw@ximian.com> + + * providers/sendmail/camel-sendmail-transport.c (sendmail_send_to, + sendmail_send): More fixing for exim: It can't deal with "-tif", + you need to say "-t -i -f". + 2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * camel-store.c (init_trash): Rename the folder to "Trash" and |