diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
| commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
| tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /mail/popd/files/patch-lib__mbox_maildir.c | |
| parent | f474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff) | |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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, 11 insertions, 0 deletions
diff --git a/mail/popd/files/patch-lib__mbox_maildir.c b/mail/popd/files/patch-lib__mbox_maildir.c new file mode 100644 index 000000000000..e3a164cb8f2d --- /dev/null +++ b/mail/popd/files/patch-lib__mbox_maildir.c @@ -0,0 +1,11 @@ +--- 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, |
