From e6ccafe27fbec7ac40738e9f9c1044c329d1d136 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 16 Jul 2008 17:42:56 +1000 Subject: [PATCH] Mutt: Backtab to go to previous new mail --- .mutt/macros | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mutt/macros b/.mutt/macros index a5daaa8..22aa665 100644 --- a/.mutt/macros +++ b/.mutt/macros @@ -1,5 +1,8 @@ # vim:ft=muttrc +# Previous unread with backtab +macro index "" + # Put messages into the junk folder macro index j "=Junk" "move message to the Junk folder" macro pager j "=Junk" "move message to the junk folder" -- 2.39.2