From: David Bremner Date: Wed, 26 Oct 2016 00:57:23 +0000 (-0300) Subject: Merge branch 'release' X-Git-Tag: 0.24_rc0~103 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=608a3cb2319f5eb7e82e09f380d9261e3d1bf3a0;hp=7f07a3f0edd225a2d07086251d60d87d41c87ef5 Merge branch 'release' merge interesting buffers bugfix from release --- 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 ()