Go back to usng inbox tag
This commit is contained in:
@ -153,8 +153,8 @@
|
|||||||
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it))))
|
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it))))
|
||||||
(doom-visible-windows))))
|
(doom-visible-windows))))
|
||||||
(select-window (get-buffer-window buf))
|
(select-window (get-buffer-window buf))
|
||||||
(notmuch-search "tag:new"))
|
(notmuch-search "tag:inbox")))
|
||||||
(call-interactively 'notmuch-hello-sidebar))
|
;; (call-interactively 'notmuch-hello-sidebar))
|
||||||
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|||||||
Reference in New Issue
Block a user