]> code.delx.au - dotfiles/commitdiff
mutt: Fix go to inbox macro
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 1 Sep 2012 01:34:08 +0000 (11:34 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 1 Sep 2012 02:03:21 +0000 (12:03 +1000)
.mutt/macros

index 235bcf277b5b952310102063249b451f195f815b..6a22cf00801495183bc3f314287837f3c0bd9e10 100644 (file)
@@ -7,7 +7,7 @@ macro index <Backtab> "<previous-new>"
 macro editor <Delete> "<delete-char>"
 
 # Jump to inbox
-macro index,pager i "<change-folder>=inbox<enter>" "go back to the inbox"
+macro index,pager i "<change-folder>=<enter>" "go back to the inbox"
 
 # Convenient limits
 macro index I "<limit>~F | ~(~U)<enter><last-entry><next-new-then-unread><refresh>" "limit display to important messages"