Go back to usng inbox tag

This commit is contained in:
Colin Powell
2020-02-18 15:13:06 -05:00
parent 5eede22138
commit e1b79d1172

View File

@ -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