diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-07-24 05:46:09 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-07-24 05:46:09 +0800 |
commit | 7db908f5f385bfaea6c962eac7fa84145743a5c1 (patch) | |
tree | bd355d8f183c3b5b22c9acebc8c1f4deba98f214 /mail/ChangeLog | |
parent | ae75558c213056b70bab3e81f608e96691dc33ba (diff) | |
download | gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.tar gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.tar.gz gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.tar.bz2 gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.tar.lz gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.tar.xz gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.tar.zst gsoc2013-evolution-7db908f5f385bfaea6c962eac7fa84145743a5c1.zip |
Carefully check for NULL everywhere, and do the right thing if the message
2001-07-23 Jon Trowbridge <trow@ximian.com>
* mail-search.c (begin_cb): Carefully check for NULL everywhere,
and do the right thing if the message we are currently looking
at gets expunged. (Bug #4870)
svn path=/trunk/; revision=11321
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 20ccbcdbc5..073171617a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-07-23 Jon Trowbridge <trow@ximian.com> + + * mail-search.c (begin_cb): Carefully check for NULL everywhere, + and do the right thing if the message we are currently looking + at gets expunged. (Bug #4870) + 2001-07-23 Jason Leach <jleach@ximian.com> [Bug #5225: No UI way to mark as unimportant] @@ -10,7 +16,7 @@ * mail-callbacks.c (mark_as_unimportant): Simple function that's the callback for these new menu items. - + 2001-07-22 Ettore Perazzoli <ettore@ximian.com> * component-factory.c (remove_folder): Updated to get a @type |