Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions target/mda/rootfs/etc/dovecot/conf.d/15-mailboxes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ namespace inbox {
auto = subscribe
special_use = \Junk
autoexpunge = 30d
trash_priority = 1
}

mailbox Trash {
auto = subscribe
special_use = \Trash
autoexpunge = 30d
trash_priority = 2
}

mailbox Sent {
Expand Down
1 change: 1 addition & 0 deletions target/mda/rootfs/etc/dovecot/conf.d/90-quota.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mail_plugins {
quota = yes
trash = yes
}

protocol imap {
Expand Down
Loading