# <doc/wiki/MailLocation.txt>
#
#mail_location =
-mail_location = maildir:~/.maildir
+mail_location = maildir:~/maildir
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections.
# explicitly, ie. mail_location does nothing unless you have a namespace
# without a location setting. Default namespace is simply done by having a
# namespace with empty prefix.
-#namespace {
+namespace inbox {
# Namespace type: private, shared or public
- #type = private
+ 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.
# There can be only one INBOX, and this setting defines which namespace
# has it.
- #inbox = no
+ inbox = yes
# 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
#subscriptions = yes
# See 15-mailboxes.conf for definitions of special mailboxes.
-#}
+}
# Example shared namespace configuration
#namespace {
# Dictionary for key=value mailbox attributes. This is used for example by
# URLAUTH and METADATA extensions.
#mail_attribute_dict =
+mail_attribute_dict = file:%h/maildir/dovecot-attributes
# A comment or note that is associated with the server. This value is
# accessible for authenticated users through the IMAP METADATA server