diff src/config/settings-get.pl @ 9434:e374a365521d HEAD

Initial commit for making mail_storage:mailbox_list to be from 1:1 to n:n. This will allow namespaces to share the same storage and a single namespace to have multiple storages (multiple mailbox formats). Neither works currently, and this commit probably breaks some things.
author Timo Sirainen <tss@iki.fi>
date Tue, 02 Jun 2009 22:30:28 -0400
parents f8460b27db00
children d7ccdbb58a03
line wrap: on
line diff
--- a/src/config/settings-get.pl	Tue Jun 02 17:42:40 2009 -0400
+++ b/src/config/settings-get.pl	Tue Jun 02 22:30:28 2009 -0400
@@ -4,6 +4,7 @@
 print '#include "lib.h"'."\n";
 print '#include "array.h"'."\n";
 print '#include "var-expand.h"'."\n";
+print '#include "file-lock.h"'."\n";
 print '#include "settings-parser.h"'."\n";
 print '#include "all-settings.h"'."\n";
 print '#include <stddef.h>'."\n";