mutt_*mktemp--
[apps/madmutt.git] / contrib / Pine.rc
1 #
2 # This file contains commands to change the keybindings in Mutt to be
3 # similar to those of PINE 3.95.
4 #
5
6 #
7 # $Id: Pine.rc,v 3.0 2002/01/24 12:11:17 roessler Exp $
8 #
9
10 bind index v display-message
11 bind index p previous-undeleted
12 bind index n next-undeleted
13 bind index ' ' next-page
14 bind index c mail
15 bind index g change-folder
16 bind index w search
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
22
23 # Not possible to simulate zoom-out...
24 macro index z l~T\r
25
26 bind pager p previous-undeleted
27 bind pager n next-undeleted
28 bind pager ' ' next-page
29 bind pager g change-folder
30 bind pager c mail
31 bind pager w search
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
36
37 bind compose \cx send-message
38
39 # PINE has different defaults for this variables
40 set folder=~/mail
41 set record=+sent-mail
42 set nosave_name
43 set postponed=~/postponed-msgs
44 set index_format="%Z %3C %{%b %d} %-19.19L (%5c) %s"