diff options
| author | David Bremner <david@tethera.net> | 2016-10-25 21:57:23 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-10-25 21:57:23 -0300 |
| commit | 608a3cb2319f5eb7e82e09f380d9261e3d1bf3a0 (patch) | |
| tree | 4a4a6b2860c08819d94f9f3225598ff48b229dc7 | |
| parent | 7f07a3f0edd225a2d07086251d60d87d41c87ef5 (diff) | |
| parent | 09caa0fce75dc227d9cf6794f39e3e7ed427676a (diff) | |
Merge branch 'release'
merge interesting buffers bugfix from release
| -rw-r--r-- | emacs/notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 () |
