Browse Source

Go back to usng inbox tag

Colin Powell 5 years ago
parent
commit
e1b79d1172
1 changed files with 2 additions and 2 deletions
  1. 2 2
      emacs/.config/doom/+mail.el

+ 2 - 2
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