X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/017a82124bf2ea39ced5aa4c8f969c18b3c2fb90..e66e25ec491d0fb3df708000d8494b4d598f0263:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index 2553c496..d91330b7 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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 {