diff src/config/settings-get.pl @ 12312:28eaaa23f2c6

lib-storage: Added support for saving mail attachments separately via filesystem API. Currently this works only with sdbox and mdbox backends.
author Timo Sirainen <tss@iki.fi>
date Tue, 19 Oct 2010 18:47:17 +0100
parents 7f19062f58fd
children 99da5f4f375d
line wrap: on
line diff
--- a/src/config/settings-get.pl	Tue Oct 19 18:30:51 2010 +0100
+++ b/src/config/settings-get.pl	Tue Oct 19 18:47:17 2010 +0100
@@ -6,6 +6,7 @@
 print '#include "var-expand.h"'."\n";
 print '#include "file-lock.h"'."\n";
 print '#include "fsync-mode.h"'."\n";
+print '#include "hash-format.h"'."\n";
 print '#include "settings-parser.h"'."\n";
 print '#include "all-settings.h"'."\n";
 print '#include <stddef.h>'."\n";