2 # This file contains commands to change the keybindings in Mutt to be
3 # similar to those of PINE 3.95.
7 # $Id: Pine.rc,v 3.0 2002/01/24 12:11:17 roessler Exp $
10 bind index v display-message
11 bind index p previous-undeleted
12 bind index n next-undeleted
13 bind index ' ' next-page
15 bind index g change-folder
17 bind index y print-message
18 bind index x sync-mailbox
19 bind index $ sort-mailbox
20 bind index a tag-prefix
21 bind index \; tag-entry
23 # Not possible to simulate zoom-out...
26 bind pager p previous-undeleted
27 bind pager n next-undeleted
28 bind pager ' ' next-page
29 bind pager g change-folder
32 bind pager y print-message
33 bind pager \n noop # PINE prints "No default action for this menu."
34 bind pager <up> previous-line
35 bind pager <down> next-line
37 bind compose \cx send-message
39 # PINE has different defaults for this variables
43 set postponed=~/postponed-msgs
44 set hdr_format="%Z %3C %{%b %d} %-19.19L (%5c) %s"