X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsgchk.c;h=d91330b73fd4c68fc8fab090b730428c1b29d96a;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=2553c496f7850463b76dc1e20cbe391893ca7272;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/msgchk.c b/uip/msgchk.c index 2553c49..d91330b 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 {