From 492aff2bd94ae401156b80c635e34db74646d15f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 23 Dec 2009 12:26:39 -0500 Subject: [PATCH] example-config: Fixed shared namespace example. --HG-- branch : HEAD --- doc/example-config/conf.d/mail.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/example-config/conf.d/mail.conf b/doc/example-config/conf.d/mail.conf index 1226c254c0..963369f038 100644 --- a/doc/example-config/conf.d/mail.conf +++ b/doc/example-config/conf.d/mail.conf @@ -83,7 +83,8 @@ #} # Example shared namespace configuration -#namespace shared { +#namespace { + #type = shared #separator = / # Mailboxes are visible under "shared/user@domain/" -- 2.47.3