aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/neomutt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: improve test purityRobert Helgesson2020-04-242-10/+0
| | | | | | | | | Before the XDG variables would be set from the user's environment, if available. This would break some tests. With this change the tests should be fully deterministic. Fixes #1190
* neomutt: fix sendMailCommand when msmtp is enabledRobert Helgesson2020-02-163-1/+81
| | | | | | | | | | | | This resolves the error The option `accounts.email.accounts.xyz.neomutt.sendMailCommand` is defined both null and not null, in `…/home-manager/modules/accounts/email.nix' and `…/home-manager/modules/accounts/email.nix'. that would occur previously when both neomutt and msmtp were enabled for an account.
* Apply `nixfmt` on many filesRobert Helgesson2020-02-022-10/+9
|
* neomutt: add moduleMatthieu Coudron2020-01-264-0/+113
PR #1002