diff --git a/emacs/notmuch.el b/emacs/notmuch.el index bd08aa0c..2fc72b7e 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -1066,8 +1066,9 @@ current search results AND that are tagged with the given tag." (with-current-buffer b (memq major-mode '(notmuch-show-mode notmuch-search-mode + notmuch-tree-mode notmuch-hello-mode - message-mode)))) + notmuch-message-mode)))) ;;;###autoload (defun notmuch-cycle-notmuch-buffers ()