neomutt: fix broken binds
This commit is contained in:
parent
0b4061ed63
commit
105049615e
@ -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?
|
||||
|
@ -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 <space> noop
|
||||
|
@ -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 "<change-folder>=[Gmail]/All Mail<enter>" "Go to all mail"
|
||||
macro index gd "<change-folder>=[Gmail]/Drafts<enter>" "Go to drafts"
|
||||
|
Loading…
Reference in New Issue
Block a user