From: Mark Walters Date: Sat, 22 Oct 2016 12:10:04 +0000 (+0100) Subject: emacs: interesting-buffer bugfixes/updates X-Git-Tag: 0.23.2~8 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=09caa0fce75dc227d9cf6794f39e3e7ed427676a emacs: interesting-buffer bugfixes/updates The command notmuch-interesting-buffer has got out of date -- it doesn't mention notmuch-tree, and it still refers to message-mode not notmuch-message-mode. Update both of these. This fixes the bug that notmuch-cycle-notmuch-buffers does not include notmuch-tree or notmuch-message-mode buffers in its cycling. --- diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 9c7f2020..68a4c0b1 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -1058,8 +1058,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 ()