Mutt: Use 'w' instead of 'Alt-n' to clear 'new' flag

master
Pierre Neidhardt 2017-05-09 15:10:25 +05:30
parent 6bf0fdba0e
commit 8d49cecc3c
1 changed files with 4 additions and 3 deletions

View File

@ -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 <Esc>n '<clear-flag>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 <Esc>< first-entry
bind attach,index <Esc>> last-entry
bind index,pager <Esc>w set-flag
## Remove N/O flag in one key stroke.
macro index w '<clear-flag>N'
################################################################################
## Custom header for outgoing mail.