diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/wmpop3/files/patch-Pop3Client.c | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/wmpop3/files/patch-Pop3Client.c')
-rw-r--r-- | mail/wmpop3/files/patch-Pop3Client.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/wmpop3/files/patch-Pop3Client.c b/mail/wmpop3/files/patch-Pop3Client.c new file mode 100644 index 000000000000..177071a9d7c9 --- /dev/null +++ b/mail/wmpop3/files/patch-Pop3Client.c @@ -0,0 +1,15 @@ +--- 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; + |