diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-24 00:32:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-24 00:32:44 +0800 |
commit | 41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72 (patch) | |
tree | c7810ff943542303095b313f694a8885e4f797a0 /mail/ChangeLog | |
parent | 66efbe69a2d8be17f17f899a0ddd7342cf22ee4b (diff) | |
download | gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.tar gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.tar.gz gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.tar.bz2 gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.tar.lz gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.tar.xz gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.tar.zst gsoc2013-evolution-41fb38eb09e338d76e63cb8b6a2ac7e2505e5c72.zip |
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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <NotZed@Ximian.com> * mail-session.c (get_password): Completely re-done. We now hae a |