diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-06 13:21:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-06 13:21:34 +0800 |
commit | 3f8d6fddb31765e20d66e78778c1916ea8618c36 (patch) | |
tree | 59ca79b0cbbf155e269fe6f8b68639c07d6027f8 /camel/ChangeLog | |
parent | 115a2836e1dc2826e389d25e12f0ed5f96c86cef (diff) | |
download | gsoc2013-evolution-3f8d6fddb31765e20d66e78778c1916ea8618c36.tar.gz gsoc2013-evolution-3f8d6fddb31765e20d66e78778c1916ea8618c36.tar.zst gsoc2013-evolution-3f8d6fddb31765e20d66e78778c1916ea8618c36.zip |
If writing to the sendmail pipe fails, wait for the sendmail process to
2002-08-06 Jeffrey Stedfast <fejj@ximian.com>
* providers/sendmail/camel-sendmail-transport.c
(sendmail_send_to): If writing to the sendmail pipe fails, wait
for the sendmail process to exit before returning. Fixes bug
#19636.
svn path=/trunk/; revision=17711
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ef540ba517..c543d51eef 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-08-06 Jeffrey Stedfast <fejj@ximian.com> + + * providers/sendmail/camel-sendmail-transport.c + (sendmail_send_to): If writing to the sendmail pipe fails, wait + for the sendmail process to exit before returning. Fixes bug + #19636. + 2002-08-06 Not Zed <NotZed@Ximian.com> * providers/pop3/camel-pop3-folder.c (cmd_list): Add messageinfo |