tangled
alpha
login
or
join now
jcs.org
/
dotfiles
0
fork
atom
ftp -o - https://jcs.org/move_in | sh -
0
fork
atom
overview
issues
pulls
pipelines
muttrc: sidebar-toggle-visible is a command now
jcs.org
3 years ago
f8cbcc17
a8a7a707
+5
-6
1 changed file
expand all
collapse all
unified
split
.muttrc
+5
-6
.muttrc
···
1
1
# vim:ts=3:et:ft=muttrc
2
2
#
3
3
-
# mutt 1.5 (with sidebar patch) config
3
3
+
# mutt config
4
4
# joshua stein <jcs@jcs.org>
5
5
#
6
6
···
21
21
set header_cache=~/.mutt-cache/
22
22
set hostname=localhost
23
23
set include=yes
24
24
-
set index_format="%[!%m%d] [%Z] %-54.54s %F"
24
24
+
set index_format="%[!%m%d] [%Z] %-52.52s %F"
25
25
set ispell="aspell --mode=email --add-email-quote=%,#,:,} --check"
26
26
set mail_check=60
27
27
set mark_old=no
···
76
76
bind pager \CF next-page
77
77
bind pager \CB previous-page
78
78
bind pager \CP print-message
79
79
+
bind pager B sidebar-toggle-visible
79
80
bind index <down> next-entry
80
81
bind index j next-entry
81
82
bind index <up> previous-entry
···
84
85
bind index <space> display-message
85
86
bind index <right> display-message
86
87
bind index <tab> next-unread
88
88
+
bind index \C<tab> next-unread
87
89
bind index \CF next-page
88
90
bind index \CB previous-page
91
91
+
bind index B sidebar-toggle-visible
89
92
bind compose F edit-from
90
93
91
94
# always run $query_command when completing addresses instead of requiring C-t
···
108
111
109
112
# imitate the old search-body function, but expensive for imap
110
113
macro index <Esc>b "<search>~B " "search in message bodies"
111
111
-
112
112
-
# sidebar shenanigans
113
113
-
macro index B '<enter-command>toggle sidebar_visible<enter><refresh><enter>'
114
114
-
macro pager B '<enter-command>toggle sidebar_visible<enter><redraw-screen><enter>'
115
114
116
115
# things to happen
117
116
folder-hook . set sort=threads # everything else