Add macro to .muttrc that marks all unread mail as read.
This commit is contained in:
parent
7646479734
commit
0eedcd16a7
3
muttrc
3
muttrc
@ -51,6 +51,9 @@ hdr_order From: Reply-To: Mail-Followup-To: To: Cc: Bcc: Subject: Date: Organiza
|
|||||||
# macro browser G "!echo 'fetching... ' ; getmail 2>&1 > /dev/null &\r" "Check for new mail via fetchmail"
|
# macro browser G "!echo 'fetching... ' ; getmail 2>&1 > /dev/null &\r" "Check for new mail via fetchmail"
|
||||||
# set wait_key = no
|
# set wait_key = no
|
||||||
|
|
||||||
|
# mark all unread mail as read.
|
||||||
|
macro index <Esc>R "<tag-pattern>~U<enter><tag-prefix><clear-flag>N<tag-prefix><clear-flag>*"
|
||||||
|
|
||||||
## spamassassin stuff
|
## spamassassin stuff
|
||||||
# spamassassin report and classify as spam
|
# spamassassin report and classify as spam
|
||||||
# macro index S "|/usr/bin/spamassassin -r"
|
# macro index S "|/usr/bin/spamassassin -r"
|
||||||
|
Loading…
Reference in New Issue
Block a user