diff options
-rw-r--r-- | mutt2022/mailboxes | 2 | ||||
-rw-r--r-- | muttrc_fastmail_may22 | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mutt2022/mailboxes b/mutt2022/mailboxes index 3c5dcd1..a5cfbf4 100644 --- a/mutt2022/mailboxes +++ b/mutt2022/mailboxes @@ -4,5 +4,5 @@ virtual-mailboxes "from Jo" "notmuch://?query=from:joanna" virtual-mailboxes "Harvey" "notmuch://?query=harvey" virtual-mailboxes "nm-sent" "notmuch://?query=tag:sent" virtual-mailboxes "nm-inbox" "notmuch://?query=tag:inbox" -virtual-mailboxes "emailed Tasks" "notmuch://?query=to:matthewlemon+task@protonmail.com or to:madmin+task@rushpost.com" +virtual-mailboxes "Tasks" "notmuch://?query=to:matt+task@matthewlemon.com or to:matthewlemon+task@protonmail.com or to:madmin+task@rushpost.com" virtual-mailboxes "last week" "notmuch://?query=date:7days..today" 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" |