mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
ad517e9195
commit
09caa0fce7
1 changed files with 2 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue