dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8254e7d50a54cd322bf2bf12310da2c62cbb3a2d
parent d3171728be09989554072158f52ee641381a5df4
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 30 Nov 2016 08:57:08 -0800

add binding to search backwards (B)

Diffstat:
M.mutt/muttrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -122,6 +122,7 @@ bind attach,index,pager \CU previous-page bind index,pager R group-reply bind index <tab> sync-mailbox +bind index B search-opposite macro index M "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "Mark all messages as read" macro index \ f "l~F<enter>" "Show only flagged messages"