summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muttrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/muttrc b/muttrc
index 1b347f8..f9fa9b4 100644
--- a/muttrc
+++ b/muttrc
@@ -82,10 +82,12 @@ bind index <delete> delete-message
# vi-style bindings
bind pager j next-line
bind pager k previous-line
-bind index \CD half-down
-bind index \CU half-up
-bind index \CF next-page
-bind index \CB previous-page
+bind index \CD half-down
+bind index \CU half-up
+bind index \CF next-page
+bind index \CB previous-page
+# NNTP
+bind index i change-newsgroup-readonly
# move messages to spam folder
macro index x '<save-message>=Spam.not-detected<enter><enter>'
macro pager x '<save-message>=Spam.not-detected<enter><enter>'