Navigation Menu

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: 26b1ef15067b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 693d834c372d
Choose a head ref
  • 5 commits
  • 1 file changed
  • 4 contributors

Commits on Jan 28, 2020

  1. nixos/dovecot: add an option to enable mail_plugins

    Motivation:
    if enableQuota is true, mail plugins cannot be enabled in extraConfig
    because of the problem described here:
    
    https://doc.dovecot.org/configuration_manual/config_file/config_file_syntax/#variable-expansion
    
    doveconf: Warning: /etc/dovecot/dovecot.conf line 8: Global setting
    mail_plugins won't change the setting inside an earlier filter at
    /etc/dovecot/dovecot.conf line 5 (if this is intentional, avoid this
    warning by moving the global setting before /etc/dovecot/dovecot.conf
    line 5)
    symphorien committed Jan 28, 2020
    Copy the full SHA
    0da7a14 View commit details
    Browse the repository at this point in the history
  2. Update nixos/modules/services/mail/dovecot.nix

    Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
    symphorien and Ekleog committed Jan 28, 2020
    Copy the full SHA
    56f9c51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7a40ced View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2832122 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request #76739 from symphorien/mail_plugins

    nixos/dovecot: add an option to enable mail_plugins
    Ekleog committed Mar 12, 2020
    Copy the full SHA
    693d834 View commit details
    Browse the repository at this point in the history