]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-nntp.config
- fixed applying of send_charset patch (Muttrc is regenerated by
[packages/mutt.git] / mutt-nntp.config
1 # Use this bindings to don't use NNTP patch like keys
2 bind    index   'i'     "noop"
3 bind    index   '\033i' "noop"
4 bind    index   '\033F' "noop"
5 bind    index   'F'     "flag-message"
6 bind    index   '\007'  "noop"
7 bind    index   '\033G' "noop"
8 bind    index   '\033f' "noop"
9 bind    index   'P'     "noop"
10 bind    index   'X'     "noop"
11 bind    index   'y'     "noop"
12
13 bind    pager   'i'     exit
14 bind    pager   '\033i' "noop"
15 bind    pager   'P'     "noop"
16 bind    pager   'F'     "flag-message"
17
18 bind    attach  'F'     "noop"
19 bind    attach  '\033F' "noop"
20
21 bind    compose "\033a"    "noop"
22 bind    compose "N"    "noop"
23 bind    compose "o"    "noop"
24 bind    compose "x"     "noop"
25
26 bind    browser "g"     "noop"
27 bind    browser "S"    "noop"
28 bind    browser "U"    "noop"
29 bind    browser "y"    "noop"
30 bind    browser "Y"    "noop""
31
32 # Use this bindings to use NNTP patch like keys
33 #bind   index   'i'     "change-newsgroup"
34 #bind   index   '\033i' "change-newsgroup-readonly"
35 #bind   index   '\033F' "forward-to-group"
36 #bind   index   'F'     "followup-message"
37 #bind   index   '\007'  "get-message"
38 #bind   index   '\033G' "get-parent"
39 #bind   index   '\033f' "flag-message"
40 #bind   index   'P'     "post-message"
41 #bind   index   'X'     "toggle-read"
42 #bind   index   'y'     "catchup"
43
44 #bind   pager   'i'     "change-newsgroup"
45 #bind   pager   '\033i' "change-newsgroup-readonly"
46 #bind   pager   'F'     "followup-message"
47 #bind   pager   '\033F' "forward-to-group"
48 #bind   pager   '\033f' "flag-message"
49 #bind   pager   'P'     "post-message"
50
51 #bind   attach  'F'     "followup-message"
52 #bind   attach  '\033F' "forward-to-group"
53
54 #bind   compose "\033a"    "attach-news-message"
55 #bind   compose "N"    "edit-newsgroups"
56 #bind   compose "o"    "edit-followup-to"
57 #bind   compose "x"     "edit-x-comment-to"
58
59 #bind   browser "g"     "reload-active"
60 #bind   browser "S"    "subscribe-pattern"
61 #bind   browser "U"    "unsubscribe-pattern"
62 #bind   browser "y"    "catchup"
63 #bind   browser "Y"    "uncatchup"
This page took 0.030446 seconds and 3 git commands to generate.