FreeBSD Bugzilla – Attachment 59019 Details for
Bug 88850
[patch] mail/fetchmail misses some messages since patch-imap.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fetchmail_count.diff
fetchmail_count.diff (text/plain), 1.09 KB, created by
Vasil Dimov
on 2005-11-11 17:20:15 UTC
(
hide
)
Description:
fetchmail_count.diff
Filename:
MIME Type:
Creator:
Vasil Dimov
Created:
2005-11-11 17:20:15 UTC
Size:
1.09 KB
patch
obsolete
>diff -urN fetchmail.orig/Makefile fetchmail/Makefile >--- fetchmail.orig/Makefile Fri Nov 11 02:21:03 2005 >+++ fetchmail/Makefile Fri Nov 11 18:45:32 2005 >@@ -11,7 +11,7 @@ > > PORTNAME= fetchmail > PORTVERSION= 6.2.5.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= mail ipv6 > MASTER_SITES= http://download.berlios.de/%SUBDIR%/:fetchmail_site,fetchmailconf_site \ > http://www.catb.org/~esr/%SUBDIR%/:fetchmail_site \ >diff -urN fetchmail.orig/files/patch-imap.c fetchmail/files/patch-imap.c >--- fetchmail.orig/files/patch-imap.c Thu Nov 10 12:29:33 2005 >+++ fetchmail/files/patch-imap.c Fri Nov 11 18:43:44 2005 >@@ -1,5 +1,5 @@ >---- ./imap.c.orig 2003-10-15 21:17:41.000000000 +0200 >-+++ ./imap.c 2005-10-29 15:19:58.000000000 +0200 >+--- imap.c.orig Wed Oct 15 22:17:41 2003 >++++ imap.c Fri Nov 11 18:43:23 2005 > @@ -105,6 +105,15 @@ > { > recentcount = atoi(buf+2); >@@ -8,7 +8,7 @@ > + * so count down by ourselves */ > + else if (strstr(buf, " EXPUNGE")) > + { >-+ if (atoi(buf+2) > 0) { >++ if (strstr(buf, " ") != NULL && atoi(strstr(buf, " ") + 1) > 0) { > + if (count > 0) > + count --; > + }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 88850
: 59019