X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0d1c5f533f3a6cd1c7f038f59585378f53b666c2..da6fe27ddf026247d34ea6789b221f999927cd52:/uip/msgchk.c?ds=sidebyside diff --git a/uip/msgchk.c b/uip/msgchk.c index 23ede036..d91330b7 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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 {