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
17
tests/modules/programs/aerc/extraBinds.expected
Normal file
17
tests/modules/programs/aerc/extraBinds.expected
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Home Manager.
|
||||
|
||||
<C-n> = :next-tab<Enter>
|
||||
<C-p> = :prev-tab<Enter>
|
||||
<C-t> = :term<Enter>
|
||||
|
||||
[compose::editor]
|
||||
$ex = <C-x>
|
||||
$noinherit = true
|
||||
<C-k> = :prev-field<Enter>
|
||||
|
||||
[messages]
|
||||
j = :next<Enter>
|
||||
q = :quit<Enter>
|
||||
|
||||
[messages:account=d_imap-passcmd-notls-starttls-extraBinds]
|
||||
d = :move Trash<Enter>
|
||||
Loading…
Add table
Add a link
Reference in a new issue