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