[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.59,1.60

cras at procontrol.fi cras at procontrol.fi
Mon Sep 15 21:38:39 EEST 2003


Update of /home/cvs/dovecot/src/lib-storage
In directory danu:/tmp/cvs-serv9399/lib-storage

Modified Files:
	mail-storage.h 
Log Message:
CREATE mailbox/ with maildir now creates the mailbox instead of ignoring it.



Index: mail-storage.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- mail-storage.h	24 Aug 2003 12:45:33 -0000	1.59
+++ mail-storage.h	15 Sep 2003 17:38:37 -0000	1.60
@@ -154,10 +154,11 @@
 					enum mailbox_open_flags flags);
 
 	/* name is allowed to contain multiple new hierarchy levels.
-	   If only_hierarchy is TRUE, the mailbox itself isn't created, just
-	   the hierarchy structure (if needed). */
+	   If directory is TRUE, the mailbox should be created so that it
+	   can contain children. The mailbox itself doesn't have to be
+	   created as long as it shows in LIST. */
 	int (*create_mailbox)(struct mail_storage *storage, const char *name,
-			      int only_hierarchy);
+			      int directory);
 
 	/* Only the specified mailbox is deleted, ie. folders under the
 	   specified mailbox must not be deleted. */



More information about the dovecot-cvs mailing list