From 9ae23fb27a49f877ab463bb9e883897a74db70e4 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 7 Aug 2017 16:33:57 +0200 Subject: muttrc: add key binding for nntp --- muttrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 1b347f8..f9fa9b4 100644 --- a/muttrc +++ b/muttrc @@ -82,10 +82,12 @@ bind index 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 '=Spam.not-detected' macro pager x '=Spam.not-detected' -- cgit v1.2.3