From 9347296ff63c910435807e3b8cb105dcdf212ec0 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 22 Oct 2023 16:51:05 +0200 Subject: fixup --- profiles/email/neomutt.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'profiles/email') diff --git a/profiles/email/neomutt.nix b/profiles/email/neomutt.nix index 144c244..c100bb2 100644 --- a/profiles/email/neomutt.nix +++ b/profiles/email/neomutt.nix @@ -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 = "modify-labels"; } + { map = ["index" "pager"]; key = "xl"; action = "modify-labels"; } { map = ["index" "pager"]; key = "i"; action = "noop"; } { map = ["index" "pager"]; key = "g"; action = "noop"; } { map = ["index"]; key = "\\Cf"; action = "noop"; } @@ -190,9 +190,9 @@ { map = ["index"]; key = "A"; action = "+archive -unread -inboxz^'z"; } { map = ["index"]; key = "D"; action = ""; } { map = ["index" "pager"]; key = "S"; action = "!notmuch-hookz^'z"; } - { map = ["index"]; key = "hi"; action = "~/.local/share/mail/ivi/InboxInbox"; } - { map = ["index"]; key = "hg"; action = "~/.local/share/mail/gmail/InboxInbox"; } - { map = ["index"]; key = "hf"; action = "~/.local/share/mail/family/InboxInbox"; } + { map = ["index"]; key = "xi"; action = "~/.local/share/mail/ivi/InboxInbox"; } + { map = ["index"]; key = "xg"; action = "~/.local/share/mail/gmail/InboxInbox"; } + { map = ["index"]; key = "xf"; action = "~/.local/share/mail/family/InboxInbox"; } { map = ["index"]; key = "\\\\"; action = ""; } { map = ["browser"]; key = "h"; action = ".."; } ]; -- cgit v1.2.3