]> code.delx.au - dotfiles/commitdiff
Mutt: fixed macro comment
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 9 Apr 2008 07:47:58 +0000 (17:47 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 9 Apr 2008 07:47:58 +0000 (17:47 +1000)
.mutt/macros

index e2009f05befd095288ba443c8ffe5801bcc6405f..f1f0cf455323474b3d151f52ac3552468840de79 100644 (file)
@@ -10,7 +10,7 @@ macro pager i "<change-folder>=Inbox<enter>" "go back to the inbox"
 
 # Convenient limits
 macro index I "<limit>~F | ~(~N | ~O)<enter>" "limit display to important messages"
-macro index A "<limit>all<enter>" "limit display to flagged or new"
+macro index A "<limit>all<enter>" "disable limit"
 
 # Make N search backwards
 macro index N "<search-opposite>" "search for next match in opposite direction"