diff options
Diffstat (limited to 'mail/wmpop3/files/patch-Pop3Client.c')
-rw-r--r-- | mail/wmpop3/files/patch-Pop3Client.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/wmpop3/files/patch-Pop3Client.c b/mail/wmpop3/files/patch-Pop3Client.c deleted file mode 100644 index 177071a9d7c9..000000000000 --- a/mail/wmpop3/files/patch-Pop3Client.c +++ /dev/null @@ -1,15 +0,0 @@ ---- Pop3Client.c.orig Sat Mar 2 13:18:27 2002 -+++ Pop3Client.c Sat Mar 2 13:23:11 2002 -@@ -153,7 +153,12 @@ - - if( temp[0] != '+' ){ - perror("Error Reciving Stats"); -+ perror("This pop3 server dose not support LAST command."); -+ perror("I use 0 instread of the unkown result."); -+ pc->numOfUnreadMessages = pc->numOfMessages; -+/* - return -1; -+*/ - } - return 1; - |