From 1a7ef3c6fb8d72cbd967c3d431c42c70d266c511 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 6 Aug 2023 13:21:10 +0200 Subject: new stuff --- email/neomutt.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'email') diff --git a/email/neomutt.nix b/email/neomutt.nix index 6b4b354..4c3b366 100644 --- a/email/neomutt.nix +++ b/email/neomutt.nix @@ -27,7 +27,7 @@ programs.neomutt = { enable = true; sort = "reverse-date"; - sidebar = { + sidebar = { enable = true; }; extraConfig = '' @@ -147,7 +147,7 @@ color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]" ''; binds = [ - { map = ["index" "pager"]; key = "x"; action = "noop"; } + { map = ["index" "pager"]; key = "x"; action = "modify-labels"; } { map = ["index" "pager"]; key = "i"; action = "noop"; } { map = ["index" "pager"]; key = "g"; action = "noop"; } { map = ["index"]; key = "\\Cf"; action = "noop"; } @@ -188,6 +188,7 @@ macros = [ { map = ["index"]; key = "X"; action = "=Spamy"; } { map = ["index"]; key = "A"; action = "+archive -unread -inboxz^'z"; } + { map = ["index"]; key = "h"; action = "z^'z"; } { map = ["index"]; key = "D"; action = ""; } { map = ["index" "pager"]; key = "S"; action = "!notmuch-hook &"; } { map = ["index"]; key = "c"; action = "?"; } -- cgit v1.2.3