]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- config which disables nntp bindings
authorggodlewski <ggodlewski@pld-linux.org>
Fri, 22 Nov 2002 11:54:37 +0000 (11:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-nntp.config -> 1.1

mutt-nntp.config [new file with mode: 0644]

diff --git a/mutt-nntp.config b/mutt-nntp.config
new file mode 100644 (file)
index 0000000..5b6ab22
--- /dev/null
@@ -0,0 +1,63 @@
+# Use this bindings to don't use NNTP patch like keys
+bind   index   'i'     "noop"
+bind   index   '\033i' "noop"
+bind   index   '\033F' "noop"
+bind   index   'F'     "flag-message"
+bind   index   '\007'  "noop"
+bind   index   '\033G' "noop"
+bind   index   '\033f' "noop"
+bind   index   'P'     "noop"
+bind   index   'X'     "noop"
+bind   index   'y'     "noop"
+
+bind   pager   'i'     "noop"
+bind   pager   '\033i' "noop"
+bind   pager   'P'     "noop"
+bind   pager   'F'     "flag-message"
+
+bind   attach  'F'     "noop"
+bind   attach  '\033F' "noop"
+
+bind   compose "\033a"    "noop"
+bind   compose "N"    "noop"
+bind   compose "o"    "noop"
+bind   compose "x"     "noop"
+
+bind   browser "g"     "noop"
+bind   browser "S"    "noop"
+bind   browser "U"    "noop"
+bind   browser "y"    "noop"
+bind   browser "Y"    "noop""
+
+# Use this bindings to use NNTP patch like keys
+#bind  index   'i'     "change-newsgroup"
+#bind  index   '\033i' "change-newsgroup-readonly"
+#bind  index   '\033F' "forward-to-group"
+#bind  index   'F'     "followup-message"
+#bind  index   '\007'  "get-message"
+#bind  index   '\033G' "get-parent"
+#bind  index   '\033f' "flag-message"
+#bind  index   'P'     "post-message"
+#bind  index   'X'     "toggle-read"
+#bind  index   'y'     "catchup"
+
+#bind  pager   'i'     "change-newsgroup"
+#bind  pager   '\033i' "change-newsgroup-readonly"
+#bind  pager   'F'     "followup-message"
+#bind  pager   '\033F' "forward-to-group"
+#bind  pager   '\033f' "flag-message"
+#bind  pager   'P'     "post-message"
+
+#bind  attach  'F'     "followup-message"
+#bind  attach  '\033F' "forward-to-group"
+
+#bind  compose "\033a"    "attach-news-message"
+#bind  compose "N"    "edit-newsgroups"
+#bind  compose "o"    "edit-followup-to"
+#bind  compose "x"     "edit-x-comment-to"
+
+#bind  browser "g"     "reload-active"
+#bind  browser "S"    "subscribe-pattern"
+#bind  browser "U"    "unsubscribe-pattern"
+#bind  browser "y"    "catchup"
+#bind  browser "Y"    "uncatchup"
This page took 0.048276 seconds and 4 git commands to generate.