From 081f9499b7e93b74c07773c185dc195e21ae2be8 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 22 Oct 2023 16:59:24 +0200 Subject: fine like this --- profiles/email/neomutt.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'profiles/email') diff --git a/profiles/email/neomutt.nix b/profiles/email/neomutt.nix index c100bb2..f69a5ee 100644 --- a/profiles/email/neomutt.nix +++ b/profiles/email/neomutt.nix @@ -64,8 +64,6 @@ set sidebar_next_new_wrap = yes set mail_check_stats set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' - bind index,pager \Ck sidebar-prev - bind index,pager \Cj sidebar-next bind index,pager \Co sidebar-open bind index,pager \Cp sidebar-prev-new bind index,pager \Cn sidebar-next-new @@ -147,7 +145,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 = "xl"; action = "modify-labels"; } + { 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"; } @@ -190,11 +188,14 @@ { 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 = "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 = "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 = "\\\\"; action = ""; } { map = ["browser"]; key = "h"; action = ".."; } + { map = ["index"]; key = "\\Ck"; action = ""; } + { map = ["index"]; key = "\\Cj"; action = ""; } + { map = ["index"]; key = "c"; action = "?/"; } ]; }; }; -- cgit v1.2.3