diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-25 23:13:40 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-25 23:13:40 +0100 |
commit | 414de14839037ca0e5773aab48397cb62e3fe4a0 (patch) | |
tree | b6322bc279da5f82782459e7ea0309b1e25c7338 | |
parent | 31be929f5ad32b80e2cd372b06bfdd312d4dc89a (diff) |
added notmuch mailbox for bookmarks
-rw-r--r-- | mutt2022/mailboxes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt2022/mailboxes b/mutt2022/mailboxes index a5cfbf4..6274523 100644 --- a/mutt2022/mailboxes +++ b/mutt2022/mailboxes @@ -1,5 +1,6 @@ mailboxes "+INBOX" "+Archive" "+Drafts" "+Sent" "+Scans" "+Trash" +virtual-mailboxes "bookmarks" "notmuch://?query=to:bookmark@matthewlemon.com" virtual-mailboxes "from Jo" "notmuch://?query=from:joanna" virtual-mailboxes "Harvey" "notmuch://?query=harvey" virtual-mailboxes "nm-sent" "notmuch://?query=tag:sent" |