From e1b79d1172b3bbc2c94adfdb043da68d28e3c950 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 18 Feb 2020 15:13:06 -0500 Subject: [PATCH] Go back to usng inbox tag --- emacs/.config/doom/+mail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/+mail.el b/emacs/.config/doom/+mail.el index d329c49..2ae7399 100644 --- a/emacs/.config/doom/+mail.el +++ b/emacs/.config/doom/+mail.el @@ -153,8 +153,8 @@ (if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it)))) (doom-visible-windows)))) (select-window (get-buffer-window buf)) - (notmuch-search "tag:new")) - (call-interactively 'notmuch-hello-sidebar)) + (notmuch-search "tag:inbox"))) +;; (call-interactively 'notmuch-hello-sidebar)) ;;;###autoload