aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test11.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-26 23:06:19 +0800
committerDan Winship <danw@src.gnome.org>2000-04-26 23:06:19 +0800
commit75a19475c9dc429e17019133eb8da387e96d04af (patch)
tree7c4f3ddedf7d53625248e79cfb260b572da5470d /tests/test11.c
parent85eafe5cb2cf0d6c5aeff0cd97840be7e3911b46 (diff)
downloadgsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar
gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.gz
gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.bz2
gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.lz
gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.xz
gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.zst
gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.zip
Update for the camel changes.
* tests: Update for the camel changes. * Makefile.am (SUBDIRS): Remove tests. They aren't terribly useful/interesting any more for the most part, and they frequently don't compile. svn path=/trunk/; revision=2636
Diffstat (limited to 'tests/test11.c')
-rw-r--r--tests/test11.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test11.c b/tests/test11.c
index ea6d7fcc49..c7a8a5c1b5 100644
--- a/tests/test11.c
+++ b/tests/test11.c
@@ -73,9 +73,6 @@ main (int argc, char**argv)
CamelStore *store;
gchar *store_url = "mbox:///tmp/evmail";
CamelFolder *folder, *outbox;
- CamelMimeMessage *message;
- GList *uid_list;
- GList *matches;
struct search_data *sd;
gtk_init (&argc, &argv);
@@ -127,7 +124,7 @@ main (int argc, char**argv)
camel_folder_search_by_expression (folder,
"(match-all (header-contains \"subject\" \"gnome\"))",
- search_cb,
+ (CamelSearchFunc*)search_cb,
sd,
ex);