diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-11 11:41:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-11 11:41:26 +0800 |
commit | d5f9483b16cea64491eb5fe4eec815c61126849e (patch) | |
tree | 2d1b057170244697a8b4276af521d91f90d0726e /mail/message-thread.c | |
parent | bef4579009b101276145fe263f8acea9ee50cf22 (diff) | |
download | gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.tar gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.tar.gz gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.tar.bz2 gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.tar.lz gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.tar.xz gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.tar.zst gsoc2013-evolution-d5f9483b16cea64491eb5fe4eec815c61126849e.zip |
Fixed some warnings.
2000-08-10 Christopher James Lahey <clahey@helixcode.com>
* folder-browser-factory.c, message-list.c, message-thread.c,
session.c: Fixed some warnings.
svn path=/trunk/; revision=4722
Diffstat (limited to 'mail/message-thread.c')
-rw-r--r-- | mail/message-thread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/message-thread.c b/mail/message-thread.c index fa362f04ee..cb17a65c34 100644 --- a/mail/message-thread.c +++ b/mail/message-thread.c @@ -434,11 +434,6 @@ thread_messages(CamelFolder *folder, GPtrArray *uids) continue; } - if (mi == NULL) { - g_warning("Folder doesn't contain uid %s", uids->pdata[i]); - continue; - } - if (mi->message_id) { d(printf("doing : %s\n", mi->message_id)); c = g_hash_table_lookup(id_table, mi->message_id); |