X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsgchk.c;h=fdf32d6cfef6ff3fbe4491ec0e66bfb9e370655a;hp=23ede03625ca2d3e469b5fdca0341f5e3f008e30;hb=7879ea4084333b448c5a3a49c1cb52023e3808d1;hpb=0d1c5f533f3a6cd1c7f038f59585378f53b666c2 diff --git a/uip/msgchk.c b/uip/msgchk.c index 23ede03..fdf32d6 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include #ifdef POP @@ -66,7 +66,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, #define SNOOPSW 12 { "snoop", -5 }, #define KPOPSW 13 @@ -259,6 +259,9 @@ main (int argc, char **argv) #ifdef POP if (host) { + if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { + kpop = 1; + } if (vecp == 0) { status = remotemail (host, user, rpop, kpop, notifysw, 1, snoop); } else {