Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 9ffd9b1a8644
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b20f9112d263
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 16, 2020

  1. nixos/dovecot2: add autoexpunge setting

    To automatically purge old email.
    
    See also https://wiki.dovecot.org/MailboxSettings
    Ma27 committed Jun 16, 2020
    Copy the full SHA
    fc179ef View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. nixos/dovecot2: refactor mailboxes option

    Specifying mailboxes as a list isn't a good approach since this makes it
    impossible to override values. For backwards-compatibility, it's still
    possible to declare a list of mailboxes, but a deprecation warning will
    be shown.
    Ma27 committed Jun 17, 2020
    Copy the full SHA
    e826a6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89486 from Ma27/dovecot-mailboxes

    nixos/dovecot2: turn `mailboxes`-option into an attr-set
    nlewo committed Jun 17, 2020
    Copy the full SHA
    b20f911 View commit details
    Browse the repository at this point in the history