aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/status-track.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-02 00:57:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-02 04:01:14 +0800
commit76fbb9d23242cba427d71ded5590a9cad271b2b3 (patch)
tree8455d618023e0e82209e610868c9a43fbf41c00e /plugins/groupwise-features/status-track.c
parenta0b641b7c6160bfda32ed2bcef40a364973a934b (diff)
downloadgsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.tar
gsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.tar.gz
gsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.tar.bz2
gsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.tar.lz
gsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.tar.xz
gsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.tar.zst
gsoc2013-evolution-76fbb9d23242cba427d71ded5590a9cad271b2b3.zip
Kill message_list_free_uids().
Use em_utils_uids_free() instead.
Diffstat (limited to 'plugins/groupwise-features/status-track.c')
-rw-r--r--plugins/groupwise-features/status-track.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/groupwise-features/status-track.c b/plugins/groupwise-features/status-track.c
index 45d0a206c6..018e69261a 100644
--- a/plugins/groupwise-features/status-track.c
+++ b/plugins/groupwise-features/status-track.c
@@ -38,6 +38,7 @@
#include <camel/camel-mime-message.h>
#include <mail/e-mail-reader.h>
+#include <mail/em-utils.h>
#include <mail/message-list.h>
#include <e-gw-connection.h>
@@ -81,7 +82,7 @@ get_selected_message (EShellView *shell_view, CamelFolder **folder, gchar **sele
msg = camel_folder_get_message (*folder, *selected_uid, NULL);
}
- message_list_free_uids (MESSAGE_LIST (message_list), selected);
+ em_utils_uids_free (selected);
return msg;
}