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