summaryrefslogtreecommitdiffstats
path: root/muttrc_fastmail_may22
diff options
context:
space:
mode:
Diffstat (limited to 'muttrc_fastmail_may22')
-rw-r--r--muttrc_fastmail_may225
1 files changed, 5 insertions, 0 deletions
diff --git a/muttrc_fastmail_may22 b/muttrc_fastmail_may22
index 33501dc..25e521a 100644
--- a/muttrc_fastmail_may22
+++ b/muttrc_fastmail_may22
@@ -73,6 +73,7 @@ set spoolfile = "+INBOX"
subscribe announce@openbsd.org
subscribe misc@openbsd.org
+subscribe peter@golangweekly.com
# groups
alternates -group me '^matt@matthewlemon.com$' '^matthew.lemon@gmail.com$' '^matthew.lemon104@mod.gov.uk$'
@@ -136,6 +137,10 @@ bind index <space> collapse-thread
# Email the sender (not a reply)
bind index,pager @ compose-to-sender
+
+# toggle new
+bind index \Cn toggle-new
+
# Ctrl-R to mark all as read
macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"