dovecot-2.1: sdbox: Class didn't have MAIL_STORAGE_CLASS_FLAG_FI...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 12 00:30:34 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/7bc24fc1667e
changeset: 14758:7bc24fc1667e
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 12 00:29:41 2012 +0300
description:
sdbox: Class didn't have MAIL_STORAGE_CLASS_FLAG_FILE_PER_MSG set
This currently only meant that mail_prefetch_count setting wasn't working.

diffstat:

 src/lib-storage/index/dbox-single/sdbox-storage.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4d268e810c15 -r 7bc24fc1667e src/lib-storage/index/dbox-single/sdbox-storage.c
--- a/src/lib-storage/index/dbox-single/sdbox-storage.c	Mon Oct 08 08:53:54 2012 +0300
+++ b/src/lib-storage/index/dbox-single/sdbox-storage.c	Fri Oct 12 00:29:41 2012 +0300
@@ -369,7 +369,7 @@
 
 struct mail_storage sdbox_storage = {
 	.name = SDBOX_STORAGE_NAME,
-	.class_flags = 0,
+	.class_flags = MAIL_STORAGE_CLASS_FLAG_FILE_PER_MSG,
 
 	.v = {
                 NULL,


More information about the dovecot-cvs mailing list