]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Example namespace's hidden value default was wrong.
authorTimo Sirainen <tss@iki.fi>
Wed, 19 May 2010 07:32:05 +0000 (09:32 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 19 May 2010 07:32:05 +0000 (09:32 +0200)
--HG--
branch : HEAD

doc/example-config/conf.d/10-mail.conf

index d0f36e2a91b8d645a6de8c570fb92bd80878d394..80a0bd4c6223ec165607d5737ab2189231e8d544 100644 (file)
@@ -70,7 +70,7 @@
    # useful when converting from another server with different namespaces which
    # you want to deprecate but still keep working. For example you can create
    # hidden namespaces with prefixes "~/mail/", "~%u/mail/" and "mail/".
-   #hidden = yes
+   #hidden = no
 
    # Show the mailboxes under this namespace with LIST command. This makes the
    # namespace visible for clients that don't support NAMESPACE extension.