dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 9b2c2cb93052538f18e6e7a4ad50c947cf80efe5
parent c3c15c5266ecc7ea2b6bf360c309ebbd6f69fac1
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Tue, 16 May 2023 21:27:58 +0300

mutt: bind next-unread-mailbox

Diffstat:
Mmutt/.config/mutt/muttrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc @@ -35,6 +35,8 @@ color sidebar_new color221 color233 set status_chars = " *%A" set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───" +bind index,pager <Esc><Tab> next-unread-mailbox + bind index,pager <down> sidebar-next bind index,pager <up> sidebar-prev bind index,pager <right> sidebar-open