mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Merge branch 'release'
merge interesting buffers bugfix from release
This commit is contained in:
commit
608a3cb231
1 changed files with 2 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue