fix(mail): use email address suffix in inbox folder
This commit is contained in:
parent
fab0ec3696
commit
30ebf1e5d0
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ in
|
||||||
key = "<F${(toString (i + 1))}>";
|
key = "<F${(toString (i + 1))}>";
|
||||||
}) (
|
}) (
|
||||||
lib.attrsets.mapAttrsToList (
|
lib.attrsets.mapAttrsToList (
|
||||||
n: _:
|
n: c:
|
||||||
{ "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-vfolder>Unread:${c.config.address}<enter>";}
|
||||||
) cfg.accountConfigs);
|
) cfg.accountConfigs);
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue