$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;
