From 105049615ea9b50d354b88c9462a886a6ef40c0c Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 26 Mar 2023 11:49:00 -0400 Subject: [PATCH] neomutt: fix broken binds --- src/.config/neomutt/colors.muttrc | 1 - src/.config/neomutt/common.muttrc | 2 ++ src/.config/neomutt/gmail.muttrc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/.config/neomutt/colors.muttrc b/src/.config/neomutt/colors.muttrc index 3f33c49..cac6dbd 100644 --- a/src/.config/neomutt/colors.muttrc +++ b/src/.config/neomutt/colors.muttrc @@ -56,7 +56,6 @@ color body green default "\`[^\`]*\`" # Green text between ` and ` color body brightblue default "^# \.*" # Headings as bold blue color body brightcyan default "^## \.*" # Subheadings as bold cyan color body brightgreen default "^### \.*" # Subsubheadings as bold green -color body yellow default "^( | )*(-|\*) \.*" # List items as yellow color body brightcyan default "[;:][-o][)/(|]" # emoticons color body brightcyan default "[;:][)(|]" # emoticons color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? diff --git a/src/.config/neomutt/common.muttrc b/src/.config/neomutt/common.muttrc index 124204f..15a5f5b 100644 --- a/src/.config/neomutt/common.muttrc +++ b/src/.config/neomutt/common.muttrc @@ -11,3 +11,5 @@ set sort=reverse-date set sidebar_visible set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" set mail_check_stats + +bind editor noop diff --git a/src/.config/neomutt/gmail.muttrc b/src/.config/neomutt/gmail.muttrc index 0f685f0..246ad31 100644 --- a/src/.config/neomutt/gmail.muttrc +++ b/src/.config/neomutt/gmail.muttrc @@ -14,7 +14,7 @@ set folder="imaps://imap.gmail.com/" set spoolfile=+INBOX set record="+[Gmail]/Sent Mail" set postponed="+[Gmail]/Drafts" -mailboxes =INBOX =[Gmail]/Sent\ Mail =[Gmail]/Starred =[Gmail]/Drafts =[Gmail]/Spam =[Gmail]/Trash +mailboxes =INBOX =[Gmail]/Sent\ Mail =[Gmail]/All\ Mail =[Gmail]/Starred =[Gmail]/Drafts =[Gmail]/Spam =[Gmail]/Trash macro index ga "=[Gmail]/All Mail" "Go to all mail" macro index gd "=[Gmail]/Drafts" "Go to drafts"