[mutt] Remove sidebar for config
This commit is contained in:
parent
278184071b
commit
1278a04021
26
.muttrc
26
.muttrc
@ -99,23 +99,23 @@ macro attach W <save-entry><kill-line>/home/mathieu/Download/
|
|||||||
|
|
||||||
## SIDEBAR
|
## SIDEBAR
|
||||||
# set up the sidebar, default not visible
|
# set up the sidebar, default not visible
|
||||||
set sidebar_width=24
|
#set sidebar_width=24
|
||||||
set sidebar_visible=yes
|
#set sidebar_visible=yes
|
||||||
set sidebar_delim='|'
|
#set sidebar_delim='|'
|
||||||
# color of folders with new mail
|
# color of folders with new mail
|
||||||
color sidebar_new yellow default
|
#color sidebar_new yellow default
|
||||||
# ctrl-n, ctrl-p to select next, prev folder
|
# ctrl-n, ctrl-p to select next, prev folder
|
||||||
# ctrl-o to open selected folder
|
# ctrl-o to open selected folder
|
||||||
bind index \CP sidebar-prev
|
#bind index \CP sidebar-prev
|
||||||
bind index \CN sidebar-next
|
#bind index \CN sidebar-next
|
||||||
bind index \CO sidebar-open
|
#bind index \CO sidebar-open
|
||||||
bind pager \CP sidebar-prev
|
#bind pager \CP sidebar-prev
|
||||||
bind pager \CN sidebar-next
|
#bind pager \CN sidebar-next
|
||||||
bind pager \CO sidebar-open
|
#bind pager \CO sidebar-open
|
||||||
# b toggles sidebar visibility
|
# b toggles sidebar visibility
|
||||||
macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
|
#macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
|
||||||
macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
|
#macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
|
||||||
bind index B bounce-message
|
#bind index B bounce-message
|
||||||
|
|
||||||
|
|
||||||
## COLORS
|
## COLORS
|
||||||
|
Loading…
Reference in New Issue
Block a user