nixos/dovecot: configure mailboxes for all processes
Notably fts plugins need them for fts_autoindex_exclude = \SomeFlag
This commit is contained in:
parent
2f5277d92e
commit
7200fde2d5
1 changed files with 3 additions and 5 deletions
|
@ -84,12 +84,10 @@ let
|
|||
|
||||
(
|
||||
optionalString (cfg.mailboxes != {}) ''
|
||||
protocol imap {
|
||||
namespace inbox {
|
||||
inbox=yes
|
||||
${concatStringsSep "\n" (map mailboxConfig (attrValues cfg.mailboxes))}
|
||||
}
|
||||
}
|
||||
''
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue