From 8d49cecc3ccefedd522b01115865e65ef31d8b34 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 9 May 2017 15:10:25 +0530 Subject: [PATCH] Mutt: Use 'w' instead of 'Alt-n' to clear 'new' flag --- .config/mutt/muttrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index fb10e3a4..1dbd9c38 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -172,9 +172,6 @@ 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' - ## Do not quit accidentally bind index "Q" quit bind index "q" query @@ -200,6 +197,10 @@ bind attach,index g first-entry bind attach,index G last-entry bind attach,index < first-entry bind attach,index > last-entry +bind index,pager w set-flag + +## Remove N/O flag in one key stroke. +macro index w 'N' ################################################################################ ## Custom header for outgoing mail.