X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/efa36b8cb2aae4cf57dde5118888ae2d4f78e2cd..96170cff6dc485c44c89a949cc9f407db7079451:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index b6a5d809..5861dae9 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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, - 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);