[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c,1.20,1.21

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/maildir
In directory danu:/tmp/cvs-serv21738/lib-storage/index/maildir

Modified Files:
	maildir-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: maildir-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-storage.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- maildir-storage.c	21 Dec 2002 12:13:58 -0000	1.20
+++ maildir-storage.c	2 Jan 2003 10:21:41 -0000	1.21
@@ -538,7 +538,9 @@
 	NULL,
 	NULL,
 	NULL,
-	NULL, NULL
+	NULL, NULL,
+
+	0
 };
 
 Mailbox maildir_mailbox = {




More information about the dovecot-cvs mailing list