summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-19 18:07:17 -0400
committerAmin Bandali <amin@aminb.org>2018-07-19 18:07:17 -0400
commit53960d74c635567ba9c778f5b6777366e14d310d (patch)
tree4bfb7202900b13cbeded0ced2ff7cc3d6b243390 /init.org
parent0fd1733a944ad263453229ea22157333aaf7cf76 (diff)
downloadconfigs-53960d74c635567ba9c778f5b6777366e14d310d.tar.gz
configs-53960d74c635567ba9c778f5b6777366e14d310d.tar.xz
configs-53960d74c635567ba9c778f5b6777366e14d310d.zip
[{emacs,rc}/notmuch] add `latest' tag for newest batch of emails
and bind l on notmuch-hello for tag:latest
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.org b/init.org
index 66dbe0e..b1c70dd 100644
--- 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)