# vim:ft=muttrc # Put messages into the junk folder macro index j "=Junk" "move message to the Junk folder" macro pager j "=Junk" "move message to the junk folder" # Jump to inbox macro index i "=Inbox" "go back to the inbox" macro pager i "=Inbox" "go back to the inbox" # Convenient limits macro index I "~F | ~(~U)" "limit display to important messages" macro index A "all" "disable limit" # Make N search backwards macro index N "" "search for next match in opposite direction" macro pager N "" "search for next match in opposite direction" macro alias N "" "search for next match in opposite direction" # Make copying and moving use the file browser by default macro index C "?" "copy a message to a mailbox" macro index s "?" "move a message to a mailbox" macro pager C "?" "copy a message to a mailbox" macro pager s "?" "move a message to a mailbox"