X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsgchk.c;h=9b56649a79f1b395e265ac6eb4931cd725b8bff2;hp=03525c87c54ca9df088e7e51324447e9902fae60;hb=a01a41d031c796b526329a4170eb23f0ac93b949;hpb=56f52a606b02d40fdc92b9012c7835679163cd5c diff --git a/uip/msgchk.c b/uip/msgchk.c index 03525c8..9b56649 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -369,7 +369,7 @@ remotemail (char *host, char *port, char *user, char *proxy, int notifysw, ruserpass (host, &user, &pass); /* open the POP connection */ - if (pop_init (host, user, port, pass, proxy, snoop, sasl, saslmech) == NOTOK + if (pop_init (host, port, user, pass, proxy, snoop, sasl, saslmech) == NOTOK || pop_stat (&nmsgs, &nbytes) == NOTOK /* check for messages */ || pop_quit () == NOTOK) { /* quit POP connection */ advise (NULL, "%s", response);