forgotten file
svn path=/trunk/; revision=1084
This commit is contained in:
23
tests/test4.c
Normal file
23
tests/test4.c
Normal 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 */
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user