jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 54a25e641939beb6dea32a55a079d6dcbfb18db7
parent 35418cf88b41d70049f8f8f6b274a40518a06678
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  5 Jun 2012 14:06:08 +0200

trick to be able to scroll over mails to be deleted in mutt

Diffstat:
Msrc/mutt/keybindings | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/mutt/keybindings b/src/mutt/keybindings @@ -20,6 +20,13 @@ bind index \e< first-entry bind index > last-entry bind index \e> last-entry +# we want to be able to scroll also over e-mails to be deleted +bind index <down> next-entry +bind index j next-entry +bind index <up> previous-entry +bind index k previous-entry + + bind pager w search bind pager \n noop # PINE prints "No default action for this menu." bind pager <up> previous-line