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.