diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-03-25 12:47:39 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-03-25 12:47:39 +0100 |
commit | 982315573c14c7d8ce27c205294fd37d786cfbbe (patch) | |
tree | c8156fd9d92f8beb7227995d4b2adee4ee89f9d1 | |
parent | 9f96e6da2817ffcfd813da6af2c238d5796b527e (diff) |
pop3.c: Corrected problem with state() introduced in 01690ed2bce5
-rw-r--r-- | lib/pop3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 435e80b5f..25d22bd35 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -236,7 +236,6 @@ static void state(struct connectdata *conn, "PASS", "STARTTLS", "LIST", - "LIST_SINGLE", "RETR", "QUIT", /* LAST */ |