X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/017a82124bf2ea39ced5aa4c8f969c18b3c2fb90..859187428420e9089e91a45f3a833135172d1822:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index 2553c496..fdf32d6c 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include #ifdef POP @@ -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 {