From 6e317ca15c1608b007df0fc216ed778098b9cca6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 30 May 2015 02:47:46 -0400 Subject: Add today to notmuch-saved-searches --- lisp/init-mail.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/init-mail.el b/lisp/init-mail.el index 9bcb3c3..e385e82 100644 --- a/lisp/init-mail.el +++ b/lisp/init-mail.el @@ -297,6 +297,9 @@ has an effect if Gnus is not currently open." (setq notmuch-fcc-dirs nil notmuch-search-oldest-first nil) +(add-to-list 'notmuch-saved-searches + '(:name "today" :query "date:today.." :key ".")) + (add-hook 'km/org-store-link-hook 'km/gnus-goto-message-in-notmuch) (defun km/notmuch-file-to-group (file) -- cgit v1.2.3