fix(neomutt): fix change account keybinding
This commit is contained in:
parent
f9ebf23688
commit
dd5be819f2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ in
|
||||||
lib.attrsets.mapAttrsToList (
|
lib.attrsets.mapAttrsToList (
|
||||||
n: _:
|
n: _:
|
||||||
{ "action" = "<sync-mailbox><refresh><enter-command>source ~/.config/neomutt/${n}<enter><change-folder>=Inbox<enter><change-vfolder>Unread<enter>";}
|
{ "action" = "<sync-mailbox><refresh><enter-command>source ~/.config/neomutt/${n}<enter><change-folder>=Inbox<enter><change-vfolder>Unread<enter>";}
|
||||||
) inputs.nix-private.mail);
|
) cfg.accountConfigs);
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
unmailboxes = true;
|
unmailboxes = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue