]> code.delx.au - dotfiles/commitdiff
Mutt: Use ~U instead of ~N | ~O
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 12 Apr 2008 17:09:23 +0000 (03:09 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 12 Apr 2008 17:09:23 +0000 (03:09 +1000)
.mutt/display
.mutt/macros

index 38a4aad541fcbe10550f0fdbcf74035666955999..a238187e8c60b24424a939916021d73b41bf3a93 100644 (file)
@@ -14,7 +14,7 @@ folder-hook . set sort_aux=last-date-received # And undo
 folder-hook "=Sent" set sort_aux=last-date-sent # And undo
 
 # When going to the Inbox only show new & flagged messages
-folder-hook "=Inbox" 'push "<limit>~F | ~(~N | ~O)<enter>"'
+folder-hook "=Inbox" 'push "<limit>~F | ~(~U)<enter>"'
 
 # Hide the help line at the top
 set help=no
index f1f0cf455323474b3d151f52ac3552468840de79..a5daaa8364721380addbedafd76947b838904d30 100644 (file)
@@ -9,7 +9,7 @@ macro index i "<change-folder>=Inbox<enter>" "go back to the inbox"
 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 I "<limit>~F | ~(~U)<enter>" "limit display to important messages"
 macro index A "<limit>all<enter>" "disable limit"
 
 # Make N search backwards