From: James Bunton Date: Sat, 12 Apr 2008 17:09:23 +0000 (+1000) Subject: Mutt: Use ~U instead of ~N | ~O X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/06374d711716fa74f66156cc6b02cb4cd8dfedef Mutt: Use ~U instead of ~N | ~O --- diff --git a/.mutt/display b/.mutt/display index 38a4aad..a238187 100644 --- a/.mutt/display +++ b/.mutt/display @@ -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 "~F | ~(~N | ~O)"' +folder-hook "=Inbox" 'push "~F | ~(~U)"' # Hide the help line at the top set help=no diff --git a/.mutt/macros b/.mutt/macros index f1f0cf4..a5daaa8 100644 --- a/.mutt/macros +++ b/.mutt/macros @@ -9,7 +9,7 @@ macro index i "=Inbox" "go back to the inbox" macro pager i "=Inbox" "go back to the inbox" # Convenient limits -macro index I "~F | ~(~N | ~O)" "limit display to important messages" +macro index I "~F | ~(~U)" "limit display to important messages" macro index A "all" "disable limit" # Make N search backwards