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: a59a9a7e603f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fec445d9ba55
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 7, 2019

  1. mailutils: use system-sendmail instead of sendmailPath

    system-sendmail allows all sendmail's to be auto-detected, including on
    non-NixOS systems. This is, to me, a better UX than having to manually
    override the sendmailPath argument.
    
    In exchange, it is a breach of retro-compatibility. Given right now I
    can't see any uses for sendmailPath other than what is supported by
    system-sendmail, I didn't keep it, but it'd be possible to allow
    sendmailPath to override the choice of sendmail from system-sendmail.
    Ekleog committed Feb 7, 2019
    Copy the full SHA
    a6abec9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mailutils-system-sendmail'

    * mailutils-system-sendmail:
      mailutils: use system-sendmail instead of sendmailPath
    Ekleog committed Feb 7, 2019
    Copy the full SHA
    fec445d View commit details
    Browse the repository at this point in the history