[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c,1.27,1.28

cras at procontrol.fi cras at procontrol.fi
Thu Jan 2 12:21:43 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory danu:/tmp/cvs-serv21738/lib-storage/index/mbox

Modified Files:
	mbox-storage.c 
Log Message:
Storage can now specify if errors should be sent to user as BAD or NO.
Some changes to messageset parsing as specified by latest IMAP4rev1 draft.
Bad charset error is prefixed with [BADCHARSET]. Fixed a crash in SEARCH the
last commit in it caused.



Index: mbox-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- mbox-storage.c	28 Dec 2002 09:54:56 -0000	1.27
+++ mbox-storage.c	2 Jan 2003 10:21:41 -0000	1.28
@@ -513,7 +513,9 @@
 	NULL,
 	NULL,
 	NULL,
-	NULL, NULL
+	NULL, NULL,
+
+	0
 };
 
 Mailbox mbox_mailbox = {




More information about the dovecot-cvs mailing list