dovecot-2.0: example-config: Namespace indentation should have b...

dovecot at dovecot.org dovecot at dovecot.org
Wed May 26 19:09:32 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7cbc5854fbeb
changeset: 11380:7cbc5854fbeb
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 26 17:09:22 2010 +0100
description:
example-config: Namespace indentation should have been 2 spaces, not 3.

diffstat:

 doc/example-config/conf.d/10-mail.conf |  82 +++++++++++++-------------
 1 files changed, 41 insertions(+), 41 deletions(-)

diffs (107 lines):

diff -r b497a302e5cf -r 7cbc5854fbeb doc/example-config/conf.d/10-mail.conf
--- a/doc/example-config/conf.d/10-mail.conf	Wed May 26 17:07:53 2010 +0100
+++ b/doc/example-config/conf.d/10-mail.conf	Wed May 26 17:09:22 2010 +0100
@@ -45,62 +45,62 @@
 # without a location setting. Default namespace is simply done by having a
 # namespace with empty prefix.
 #namespace {
-   # Namespace type: private, shared or public
-   #type = private
+  # Namespace type: private, shared or public
+  #type = private
 
-   # Hierarchy separator to use. You should use the same separator for all
-   # namespaces or some clients get confused. '/' is usually a good one.
-   # The default however depends on the underlying mail storage format.
-   #separator = 
+  # Hierarchy separator to use. You should use the same separator for all
+  # namespaces or some clients get confused. '/' is usually a good one.
+  # The default however depends on the underlying mail storage format.
+  #separator = 
 
-   # Prefix required to access this namespace. This needs to be different for
-   # all namespaces. For example "Public/".
-   #prefix = 
+  # Prefix required to access this namespace. This needs to be different for
+  # all namespaces. For example "Public/".
+  #prefix = 
 
-   # Physical location of the mailbox. This is in same format as
-   # mail_location, which is also the default for it.
-   #location =
+  # Physical location of the mailbox. This is in same format as
+  # mail_location, which is also the default for it.
+  #location =
 
-   # There can be only one INBOX, and this setting defines which namespace
-   # has it.
-   #inbox = no
+  # There can be only one INBOX, and this setting defines which namespace
+  # has it.
+  #inbox = no
 
-   # If namespace is hidden, it's not advertised to clients via NAMESPACE
-   # extension. You'll most likely also want to set list=no. This is mostly
-   # 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 = no
+  # If namespace is hidden, it's not advertised to clients via NAMESPACE
+  # extension. You'll most likely also want to set list=no. This is mostly
+  # 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 = no
 
-   # Show the mailboxes under this namespace with LIST command. This makes the
-   # namespace visible for clients that don't support NAMESPACE extension.
-   # "children" value lists child mailboxes, but hides the namespace prefix.
-   #list = yes
+  # Show the mailboxes under this namespace with LIST command. This makes the
+  # namespace visible for clients that don't support NAMESPACE extension.
+  # "children" value lists child mailboxes, but hides the namespace prefix.
+  #list = yes
 
-   # Namespace handles its own subscriptions. If set to "no", the parent
-   # namespace handles them (empty prefix should always have this as "yes")
-   #subscriptions = yes
+  # Namespace handles its own subscriptions. If set to "no", the parent
+  # namespace handles them (empty prefix should always have this as "yes")
+  #subscriptions = yes
 #}
 
 # Example shared namespace configuration
 #namespace {
-   #type = shared
-   #separator = /
+  #type = shared
+  #separator = /
 
-   # Mailboxes are visible under "shared/user at domain/"
-   # %%n, %%d and %%u are expanded to the destination user.
-   #prefix = shared/%%u/
+  # Mailboxes are visible under "shared/user at domain/"
+  # %%n, %%d and %%u are expanded to the destination user.
+  #prefix = shared/%%u/
 
-   # Mail location for other users' mailboxes. Note that %variables and ~/
-   # expands to the logged in user's data. %%n, %%d, %%u and %%h expand to the
-   # destination user's data.
-   #location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
+  # Mail location for other users' mailboxes. Note that %variables and ~/
+  # expands to the logged in user's data. %%n, %%d, %%u and %%h expand to the
+  # destination user's data.
+  #location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
 
-   # Use the default namespace for saving subscriptions.
-   #subscriptions = no
+  # Use the default namespace for saving subscriptions.
+  #subscriptions = no
 
-   # List the shared/ namespace only if there are visible shared mailboxes.
-   #list = children
+  # List the shared/ namespace only if there are visible shared mailboxes.
+  #list = children
 #}
 
 # System user and group used to access mails. If you use multiple, userdb


More information about the dovecot-cvs mailing list