]> code.delx.au - dotfiles/commitdiff
Allow backwards searching in alias list
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 30 Mar 2008 09:48:48 +0000 (20:48 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 30 Mar 2008 09:48:48 +0000 (20:48 +1100)
.mutt/macros

index 7635a66f3d4cd4fd513ed8c2461d599759dd034e..0ce62f03e73a47a68d400f5a43d083a4d158acf0 100644 (file)
@@ -7,6 +7,7 @@ macro pager <Esc>j "<save-message>=Junk<enter>" "move message to the junk folder
 # Make N search backwards
 macro index N "<search-opposite>" "search for next match in opposite direction"
 macro pager N "<search-opposite>" "search for next match in opposite direction"
+macro alias N "<search-opposite>" "search for next match in opposite direction"
 
 # Go back to the inbox
 macro index I "<change-folder>=Inbox<enter>" "go back to the inbox"