[{emacs,rc}/notmuch] add `latest' tag for newest batch of emails
[~bandali/configs] / init.org
index 66dbe0e..b1c70dd 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1215,6 +1215,10 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
                 "Search for `unread' tagged messages"
                 (interactive)
                 (notmuch-hello-search "tag:unread")))
+       ("l" . (lambda ()
+                "Search for `latest tagged messages"
+                (interactive)
+                (notmuch-hello-search "tag:latest")))
        ("M" . (lambda ()
                 "Compose new mail and prompt for sender"
                 (interactive)