neomutt: general update
This commit is contained in:
parent
c20ed10f5c
commit
4734cdd00b
1 changed files with 13 additions and 0 deletions
|
@ -65,4 +65,17 @@ set mailcap_path = ~/.config/neomutt/mailcap
|
||||||
set header_cache = "~/.cache/mutt"
|
set header_cache = "~/.cache/mutt"
|
||||||
set message_cachedir = "~/.cache/mutt"
|
set message_cachedir = "~/.cache/mutt"
|
||||||
|
|
||||||
|
# Sidebar
|
||||||
|
|
||||||
|
set sidebar_visible
|
||||||
|
set sidebar_format = "%B%<F? [%F]>%* %<N?%N/>%S"
|
||||||
|
set mail_check_stats
|
||||||
|
|
||||||
|
# Ctrl-P – Previous Mailbox
|
||||||
|
bind index,pager \Cp sidebar-prev
|
||||||
|
# Ctrl-N – Next Mailbox
|
||||||
|
bind index,pager \Cn sidebar-next
|
||||||
|
# Ctrl-O – Open Highlighted Mailbox
|
||||||
|
bind index,pager \Co sidebar-open
|
||||||
|
#
|
||||||
#set query_command = "khard email --parsable --search-in-source-files '%s'"
|
#set query_command = "khard email --parsable --search-in-source-files '%s'"
|
||||||
|
|
Loading…
Reference in a new issue