mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-07 11:29:20 +02:00
added a few parser tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user