wesley.craig@umich.edu did not document his previous KPOP patch, so I did so,
[mmh] / uip / msgchk.c
index 2553c49..d91330b 100644 (file)
@@ -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 {