added a few parser tests

This commit is contained in:
SJ
2012-07-23 13:24:37 +02:00
parent e6f3877378
commit b6228ce8a3
5 changed files with 27 additions and 16 deletions

View File

@@ -168,7 +168,7 @@ void usage(){
int main(int argc, char **argv){
int i, rc;
int i, rc=0;
char *configfile=CONFIG_FILE, *mailbox=NULL, *emlfile=NULL, *directory=NULL;
char *imapserver=NULL, *username=NULL, *password=NULL;
struct session_data sdata;