From baab2d5377f0d94f7f77615b03590f2398f36748 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 17 Oct 2015 09:28:49 +0200 Subject: [PATCH] Mutt: Remove N/O flag with one key stroke --- .mutt/muttrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.mutt/muttrc b/.mutt/muttrc index a3cfee8a..6fb1c9b9 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -169,6 +169,9 @@ bind index "^" imap-fetch-mail ## Changed kbs=^H to kbs=\177, then: ## $ tic -x termbs.src +## Remove N/O flag in one key stroke. +macro index n 'N' + ## Vi/Emacs bindings. bind pager j next-line bind pager k previous-line @@ -178,8 +181,6 @@ bind attach,index,pager ? search-reverse bind attach,index,pager h help bind attach,index,pager \Ch display-toggle-weed bind attach,index,pager N search-opposite -bind index n toggle-new -bind pager n mark-as-new bind index x collapse-thread bind index X collapse-all bind attach,index,pager \CV next-page