View | Details | Raw Unified | Return to bug 38281
Collapse All | Expand All

(-)/usr/ports/mail/wmpop3/files/patch-ab Sat Mar 2 13:27:20 2002 (+15 lines)
Line 0 Link Here
1
--- Pop3Client.c.orig  Sat Mar  2 13:18:27 2002
2
+++ Pop3Client.c       Sat Mar  2 13:23:11 2002
3
@@ -153,7 +153,12 @@
4
5
      if( temp[0] != '+' ){
6
          perror("Error Reciving Stats");
7
+         perror("This pop3 server dose not support LAST command.");
8
+         perror("I use 0 instread of the unkown result.");
9
+         pc->numOfUnreadMessages = pc->numOfMessages;
10
+/*
11
          return -1;
12
+*/
13
      }
14
      return 1;
15

Return to bug 38281