gnu-social/docker/mail/mda/rootfs/etc/dovecot/conf.d/15-mailboxes.conf

25 lines
329 B
Plaintext

namespace inbox {
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
}