Skip to content

Commit

Permalink
Merge pull request #93201 from symphorien/dovecot-namespace-mailbox
Browse files Browse the repository at this point in the history
nixos/dovecot: configure mailboxes for all processes
  • Loading branch information
gebner committed Oct 3, 2020
2 parents 96392c3 + 7200fde commit f26dcb4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nixos/modules/services/mail/dovecot.nix
Expand Up @@ -84,11 +84,9 @@ let

(
optionalString (cfg.mailboxes != {}) ''
protocol imap {
namespace inbox {
inbox=yes
${concatStringsSep "\n" (map mailboxConfig (attrValues cfg.mailboxes))}
}
namespace inbox {
inbox=yes
${concatStringsSep "\n" (map mailboxConfig (attrValues cfg.mailboxes))}
}
''
)
Expand Down

0 comments on commit f26dcb4

Please sign in to comment.