diff options
Diffstat (limited to 'tests/test4.c')
-rw-r--r-- | tests/test4.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/test4.c b/tests/test4.c new file mode 100644 index 0000000000..a19a91a3c3 --- /dev/null +++ b/tests/test4.c @@ -0,0 +1,23 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + +/* testing mh providers + do not use CamelMhFolder directly. + We do it here for test purpose only */ + + + +#include "camel-folder.h" +#include "camel-mh-folder.h" +#include "camel.h" + +int +main (int argc, char**argv) +{ + CamelFolder *folder; + + /* folder = gtk_type_new (CAMEL_MH_FOLDER_TYPE); */ + /* nothing for the moment */ + + + +} |