aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test4.c
blob: a19a91a3c3a7bee3674e259ecb5b0e7292f14635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 */
    


}