forgotten file

svn path=/trunk/; revision=1084
This commit is contained in:
Bertrand Guiheneuf
1999-08-05 21:26:44 +00:00
parent 7e8e444982
commit bb503a0bb5

23
tests/test4.c Normal file
View File

@ -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 */
}