diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 03:28:20 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 03:28:20 +0800 |
commit | 8844e57744dfdda537911efc6b9a4d80e7eb4407 (patch) | |
tree | 5e1b11106095e0a96ef3266ac8f4126601de618f /mail/ChangeLog | |
parent | eb5bdfafc957dc92eee5c6ed7b53a987b9a03734 (diff) | |
download | gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.tar gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.tar.gz gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.tar.bz2 gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.tar.lz gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.tar.xz gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.tar.zst gsoc2013-evolution-8844e57744dfdda537911efc6b9a4d80e7eb4407.zip |
Fix an unitialized variable error.
svn path=/trunk/; revision=4045
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b500a09c60..9ed17f4279 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-07-10 Ettore Perazzoli <ettore@helixcode.com> + + * mail-ops.c (forward_msg): Initialize `fwd_subj' to NULL if + `from' is NULL. + 2000-07-10 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (real_fetch_mail): Fixed broken POP fetching |