dovecot-2.0: dovecot --build-options: Added "Mail storages" list...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 9 23:49:27 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/7c091e3e0266
changeset: 10017:7c091e3e0266
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 09 16:49:22 2009 -0400
description:
dovecot --build-options: Added "Mail storages" list back.

diffstat:

1 file changed, 3 insertions(+), 2 deletions(-)
src/master/main.c |    5 +++--

diffs (17 lines):

diff -r 90622fad99a0 -r 7c091e3e0266 src/master/main.c
--- a/src/master/main.c	Fri Oct 09 15:27:58 2009 -0400
+++ b/src/master/main.c	Fri Oct 09 16:49:22 2009 -0400
@@ -528,10 +528,11 @@ static void print_build_options(void)
 #ifdef HAVE_OPENSSL
 		" openssl"
 #endif
+	"\nMail storages: "MAIL_STORAGES"\n"
 #ifdef SQL_DRIVER_PLUGINS
-	"\nSQL driver plugins:"
+	"SQL driver plugins:"
 #else
-	"\nSQL drivers:"
+	"SQL drivers:"
 #endif
 #ifdef BUILD_MYSQL
 		" mysql"


More information about the dovecot-cvs mailing list