diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-20 15:03:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-20 15:03:53 +0800 |
commit | d7a0bc9688023dba10032fafc19352e2d43f9e8d (patch) | |
tree | d9a58df9ddf50cddd8df9203026bf98ae0b553d3 /mail/ChangeLog | |
parent | e714124dc7b940446165a901cdae6732dd647bfb (diff) | |
download | gsoc2013-evolution-d7a0bc9688023dba10032fafc19352e2d43f9e8d.tar.gz gsoc2013-evolution-d7a0bc9688023dba10032fafc19352e2d43f9e8d.tar.zst gsoc2013-evolution-d7a0bc9688023dba10032fafc19352e2d43f9e8d.zip |
** See #58388.
2004-05-20 Not Zed <NotZed@Ximian.com>
** See #58388.
* mail-mt.c (mail_msg_check_error): surpress any errors about
messages not found because of invalid uid's. They're really just
internal errors.
svn path=/trunk/; revision=26007
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 79f79e9515..d2b7461fb8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2004-05-20 Not Zed <NotZed@Ximian.com> + ** See #58388. + + * mail-mt.c (mail_msg_check_error): surpress any errors about + messages not found because of invalid uid's. They're really just + internal errors. + ** See #57583. * message-list.c (build_tree): save/restore the selection when we |