diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/popd/files/patch-lib__mbox_maildir.c | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/popd/files/patch-lib__mbox_maildir.c')
-rw-r--r-- | mail/popd/files/patch-lib__mbox_maildir.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/popd/files/patch-lib__mbox_maildir.c b/mail/popd/files/patch-lib__mbox_maildir.c deleted file mode 100644 index e3a164cb8f2d..000000000000 --- a/mail/popd/files/patch-lib__mbox_maildir.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/mbox_maildir.c.orig Tue Jun 24 14:37:19 2003 -+++ lib/mbox_maildir.c Tue Jun 24 14:38:18 2003 -@@ -190,7 +190,7 @@ - (MDIR_F_EXPIRE | MDIR_F_REMOVE) && - cxn->flags & MAILBOX_F_FALSEUIDL ? - time(NULL) : mbox->msg[mbox->count].d_time, -- mbox->msg[mbox->count].path, -+ dp->d_name, - mbox->msg[mbox->count].bytes); - MD5Init(&context); - MD5Update(&context, (unsigned char *)uidldat, |