Add module for aerc (#3070)

This adds support for configuring email accounts, with automatic smtp, imap,
sendmail (msmpt) and maildir (mbsync, offlineimap) setup in aerc,
via `accounts.email`.
This commit is contained in:
Lukas Nagel 2022-08-11 23:08:28 +02:00 committed by GitHub
parent c1addfdad3
commit 324fedcf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 681 additions and 0 deletions

4
.github/CODEOWNERS vendored
View file

@ -56,6 +56,10 @@ Makefile @thiagokokada
/tests/modules/misc/xdg/desktop-full-expected.desktop @cwyc
/tests/modules/misc/xdg/desktop-min-expected.desktop @cwyc
/modules/programs/aerc.nix @lukasngl
/modules/programs/aerc-accounts.nix @lukasngl
/tests/modules/programs/aerc @lukasngl
/modules/programs/aria2.nix @JustinLovinger
/modules/programs/autojump.nix @evanjs