]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Alright, things compile now, but don't link yet; need to write the
[nmh] / uip / msgchk.c
index 3c78217b5d6af767102e84c1ee4c9a639d0f7bcf..3a650bc6633dd40176180824d96e8db1d5a80e8b 100644 (file)
@@ -350,7 +350,7 @@ remotemail (char *host, char *port, char *user, char *proxy, int notifysw,
 
     /* open the POP connection */
     if (pop_init (host, port, creds.user, creds.password, proxy, snoop, sasl,
-                 0, saslmech, auth_svc) == NOTOK
+                 saslmech, 0, auth_svc) == NOTOK
            || pop_stat (&nmsgs, &nbytes) == NOTOK     /* check for messages  */
            || pop_quit () == NOTOK) {                 /* quit POP connection */
        advise (NULL, "%s", response);