MyNixOS website logo
option

accounts.email.accounts.<name>.aerc.extraBinds

Extra bindings specific to this account, added to $HOME/.config/aerc/binds.conf. See aerc-binds(5).

Declarations
Type
attribute set of attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)
Default
{ }
Example
{ messages = { d = ":move ${folder.trash}<enter>"; }; }</enter>