# # This file contains commands to change the keybindings in Mutt to be # similar to those of PINE 3.95. # # # $Id: Pine.rc,v 1.5 2000/02/11 09:04:22 roessler Exp $ # bind index v display-message bind index p previous-undeleted bind index n next-undeleted bind index ' ' next-page bind index '-' previous-page #bind index c mail #bind index g change-folder #bind index y print-message bind index Y print-message #bind index w search #bind index x sync-mailbox #bind index $ sort-mailbox #bind index a tag-prefix #bind index \; tag-entry macro index S "s=spam/\ry" macro index A "s=crap/\ry" macro index H "C=ham/\ry" macro index R "N" macro index z l(~U|~F|~T)!~D\r macro index Z lall\r # '^L' performs a notmuch query, showing only the results macro index \CL "unset wait_keyread -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"" "show only messages matching a notmuch pattern" bind pager i exit bind pager p previous-undeleted bind pager n next-undeleted bind pager '-' previous-page bind pager ' ' next-page #bind pager g change-folder #bind pager c mail #bind pager w search #bind pager y print-message bind pager Y print-message #bind pager \n noop # PINE prints "No default action for this menu." bind pager previous-line bind pager next-line bind pager $ bottom bind pager W skip-quoted macro pager S "s=spam/\ry" macro pager A "s=crap/\ry" macro pager H "C=ham/\ry" macro pager R "N" # PINE has different defaults for this variables #set folder=~/mail #set record=+sent-mail #set nosave_name #set postponed=~/postponed-msgs #set hdr_format="%Z %3C %{%b %d} %-19.19L (%5c) %s"