projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bed5c
)
Whoops, user & port were in the wrong order so msgchk didn't work for POP
mmh-start
author
Ken Hornstein
<kenh@pobox.com>
Wed, 13 Apr 2011 14:50:49 +0000
(10:50 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Wed, 13 Apr 2011 14:52:04 +0000
(10:52 -0400)
connections.
uip/msgchk.c
patch
|
blob
|
history
diff --git
a/uip/msgchk.c
b/uip/msgchk.c
index
03525c8
..
9b56649
100644
(file)
--- 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);