]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Added that you should check in aclocal.m4 after acconfig.h, if you change it.
[nmh] / uip / msgchk.c
index 23ede03625ca2d3e469b5fdca0341f5e3f008e30..d91330b73fd4c68fc8fab090b730428c1b29d96a 100644 (file)
@@ -66,7 +66,7 @@ static struct swit switches[] = {
 #define VERSIONSW               10
     { "version", 0 },
 #define        HELPSW                  11
-    { "help", 4 },
+    { "help", 0 },
 #define SNOOPSW                 12
     { "snoop", -5 },
 #define KPOPSW                  13
@@ -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 {