a07ffc1aaa
on openbsd, related to pr/3291. bump PKGNAME
14 lines
490 B
Plaintext
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;
|