openbsd-ports/mail/dovecot/patches/patch-src_imap_cmd-append_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
490 B
Plaintext

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