blob: 683c5e974526acbd4c65ea7598245915111256be (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Mail location
mail_location = maildir:~/Mail:INBOX=~/Mail/Inbox:LAYOUT=fs
namespace inbox {
type = private
prefix =
separator = /
inbox = yes
subscriptions = yes
list = yes
}
|