No longer using sidebar with mutt
This commit is contained in:
parent
8a72d6d87c
commit
5e02a37a53
2 changed files with 0 additions and 21 deletions
|
@ -1,20 +0,0 @@
|
||||||
###
|
|
||||||
# options specific to mutt's sidebar patch
|
|
||||||
###
|
|
||||||
|
|
||||||
# settings
|
|
||||||
set sidebar_delim = '|'
|
|
||||||
set sidebar_visible = no
|
|
||||||
set sidebar_width = 20
|
|
||||||
|
|
||||||
# colors
|
|
||||||
color sidebar_new brightyellow default
|
|
||||||
|
|
||||||
# bindings
|
|
||||||
bind index,pager \CJ sidebar-next
|
|
||||||
bind index,pager \CK sidebar-prev
|
|
||||||
bind index,pager \CL sidebar-open
|
|
||||||
|
|
||||||
# macros
|
|
||||||
macro index B '<enter-command>toggle sidebar_visible<enter><refresh>'
|
|
||||||
macro pager B '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
|
|
1
muttrc
1
muttrc
|
@ -85,7 +85,6 @@ mailboxes +iactor/INBOX #+iactor/INBOX.Admin +iactor/INBOX.Important +iactor/INB
|
||||||
# always sourced
|
# always sourced
|
||||||
source $alias_file # required for functionality
|
source $alias_file # required for functionality
|
||||||
source ~/.mutt/colors.muttrc # source colors file
|
source ~/.mutt/colors.muttrc # source colors file
|
||||||
source ~/.mutt/sidebar.muttrc # any muttng options are here
|
|
||||||
source ~/.mutt/arch.muttrc # source arch as default
|
source ~/.mutt/arch.muttrc # source arch as default
|
||||||
|
|
||||||
# account specific sources
|
# account specific sources
|
||||||
|
|
Loading…
Reference in a new issue