openbsd-ports/mail/dovecot/patches/patch-src_imap_cmd-copy_c
jolan a07ffc1aaa incorporate megadiff from the author which allows mmaping of index data
on openbsd, related to pr/3291.  bump PKGNAME
2003-07-23 06:03:00 +00:00

14 lines
481 B
Plaintext

$OpenBSD: patch-src_imap_cmd-copy_c,v 1.1 2003/07/23 06:03:01 jolan Exp $
--- src/imap/cmd-copy.c.orig Sat Jun 14 22:43:04 2003
+++ src/imap/cmd-copy.c Tue Jul 15 15:17:06 2003
@@ -21,7 +21,8 @@ int cmd_copy(struct client *client)
return TRUE;
destbox = client->storage->open_mailbox(client->storage,
- mailbox, FALSE, TRUE);
+ mailbox, mailbox_open_flags |
+ MAILBOX_OPEN_FAST);
if (destbox == NULL) {
client_send_storage_error(client);
return TRUE;