diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-18 09:06:22 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-18 09:06:22 +0100 |
commit | 371690a811318e60b8317e62cdcd0c6c047aed69 (patch) | |
tree | a38463cea637b8413d5756a573da3ee303805473 | |
parent | 0cea37f52a3b6543e965ce1a9cbf1f9dbc58c883 (diff) |
some mutt tweaks
Diffstat (limited to '')
-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" |