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:
parent
c1addfdad3
commit
324fedcf9f
14 changed files with 681 additions and 0 deletions
18
tests/modules/programs/aerc/extraConfig.expected
Normal file
18
tests/modules/programs/aerc/extraConfig.expected
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Home Manager.
|
||||
|
||||
[general]
|
||||
unsafe-accounts-conf = true
|
||||
|
||||
[ui]
|
||||
index-format = null
|
||||
mouse-enabled = false
|
||||
sidebar-width = 42
|
||||
sort = -r date
|
||||
spinner = true,2,3.400000,5
|
||||
test-float = 1337.420000
|
||||
|
||||
[ui:account=Test]
|
||||
sidebar-width = 1337
|
||||
|
||||
[ui:account=c_imap-passcmd-notls-nostarttls-extraConfig]
|
||||
index-format = %42.1337n
|
||||
Loading…
Add table
Add a link
Reference in a new issue