X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsgchk.c;h=d91330b73fd4c68fc8fab090b730428c1b29d96a;hp=2553c496f7850463b76dc1e20cbe391893ca7272;hb=b1be76de8f184485753349ec27b2cdf2a4530965;hpb=a8e56d438ed27c6c77a6be33b54f315eb1d4ba22 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 {