]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-nntp.config
- new
[packages/mutt.git] / mutt-nntp.config
CommitLineData
404d3ac9 1# Use this bindings to don't use NNTP patch like keys
2bind index 'i' "noop"
3bind index '\033i' "noop"
4bind index '\033F' "noop"
5bind index 'F' "flag-message"
6bind index '\007' "noop"
7bind index '\033G' "noop"
8bind index '\033f' "noop"
9bind index 'P' "noop"
10bind index 'X' "noop"
11bind index 'y' "noop"
12
5f465f1a 13bind pager 'i' exit
404d3ac9 14bind pager '\033i' "noop"
15bind pager 'P' "noop"
16bind pager 'F' "flag-message"
17
18bind attach 'F' "noop"
19bind attach '\033F' "noop"
20
21bind compose "\033a" "noop"
22bind compose "N" "noop"
23bind compose "o" "noop"
24bind compose "x" "noop"
25
26bind browser "g" "noop"
27bind browser "S" "noop"
28bind browser "U" "noop"
29bind browser "y" "noop"
30bind 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.056573 seconds and 4 git commands to generate.