Add sidebar configs
This commit is contained in:
parent
81a2e49d55
commit
327993cf66
1 changed files with 19 additions and 16 deletions
|
@ -92,17 +92,17 @@ unset imap_passive # open imap connection when checking for mail
|
||||||
|
|
||||||
# Sidebar mappings
|
# Sidebar mappings
|
||||||
set sidebar_visible = yes
|
set sidebar_visible = yes
|
||||||
#set sidebar_width = 20
|
set sidebar_width = 25
|
||||||
#set sidebar_short_path = yes
|
set sidebar_short_path = yes
|
||||||
#set sidebar_next_new_wrap = yes
|
set sidebar_next_new_wrap = yes
|
||||||
#set mail_check_stats
|
set mail_check_stats
|
||||||
#set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?'
|
set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?'
|
||||||
#bind index,pager \Ck sidebar-prev
|
bind index,pager \Ck sidebar-prev
|
||||||
#bind index,pager \Cj sidebar-next
|
bind index,pager \Cj sidebar-next
|
||||||
#bind index,pager \Co sidebar-open
|
bind index,pager \Cl sidebar-open
|
||||||
#bind index,pager \Cp sidebar-prev-new
|
bind index,pager \Cp sidebar-prev-new
|
||||||
#bind index,pager \Cn sidebar-next-new
|
bind index,pager \Cn sidebar-next-new
|
||||||
#bind index,pager B sidebar-toggle-visible
|
bind index,pager B sidebar-toggle-visible
|
||||||
|
|
||||||
# Default index colors:
|
# Default index colors:
|
||||||
#color index yellow default '.*'
|
#color index yellow default '.*'
|
||||||
|
@ -126,11 +126,14 @@ set sidebar_visible = yes
|
||||||
#mono indicator reverse
|
#mono indicator reverse
|
||||||
#mono error bold
|
#mono error bold
|
||||||
#color normal default default
|
#color normal default default
|
||||||
#color indicator brightblack white
|
color indicator brightblack white
|
||||||
#color sidebar_highlight red default
|
color sidebar_indicator brightblack white
|
||||||
#color sidebar_divider brightblack black
|
color sidebar_spoolfile yellow default
|
||||||
#color sidebar_flagged red black
|
color sidebar_highlight red default
|
||||||
#color sidebar_new green black
|
color sidebar_divider brightblack black
|
||||||
|
color sidebar_new green black
|
||||||
|
color sidebar_unread cyan black
|
||||||
|
color sidebar_flagged red black
|
||||||
#color normal brightyellow default
|
#color normal brightyellow default
|
||||||
#color error red default
|
#color error red default
|
||||||
#color tilde black default
|
#color tilde black default
|
||||||
|
|
Loading…
Add table
Reference in a new issue