diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-03 03:24:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-03 03:24:19 +0000 |
commit | 486c6b5f15311f5d4c43512749f1c14a69f5ece9 (patch) | |
tree | 9e33096ed2eef240e47a9170ef3eb437dd81d4e5 /pop3.c | |
parent | 38a50aa15463362c59af69ac80e95f713bad27e3 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |