From 41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 23 Oct 2001 16:32:44 +0000 Subject: If the fopen() fails (eg, because evolution-mail was started by oafd with * mail-mt.c (mail_msg_new): If the fopen() fails (eg, because evolution-mail was started by oafd with PWD=/), don't try to use the NULL file handle. svn path=/trunk/; revision=13943 --- mail/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index f4745073ea..3521f4d313 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-10-23 Dan Winship + + * mail-mt.c (mail_msg_new): If the fopen() fails (eg, because + evolution-mail was started by oafd with PWD=/), don't try to use + the NULL file handle. + 2001-10-23 * mail-session.c (get_password): Completely re-done. We now hae a -- cgit