aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-03 03:24:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-03 03:24:19 +0000
commit486c6b5f15311f5d4c43512749f1c14a69f5ece9 (patch)
tree9e33096ed2eef240e47a9170ef3eb437dd81d4e5 /pop3.c
parent38a50aa15463362c59af69ac80e95f713bad27e3 (diff)
downloadfetchmail-486c6b5f15311f5d4c43512749f1c14a69f5ece9.tar.gz
fetchmail-486c6b5f15311f5d4c43512749f1c14a69f5ece9.tar.bz2
fetchmail-486c6b5f15311f5d4c43512749f1c14a69f5ece9.zip
Got rid of verbose member, changed whicpop to protocol.
svn path=/trunk/; revision=28
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 5c6d7cdd..a0241c6f 100644
--- a/pop3.c
+++ b/pop3.c
@@ -295,7 +295,7 @@ int socket;
{
char buf [POPBUFSIZE];
- switch (options->whichpop) {
+ switch (options->protocol) {
case P_POP3:
SockPrintf(socket,"USER %s\r\n",options->remotename);
if (outlevel == O_VERBOSE)