aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2020-08-11 10:36:51 -0700
committerDavid Bremner <david@tethera.net>2020-08-16 10:42:02 -0300
commit189175ecd6fde78ded219a4bc6dd7b649564c30f (patch)
tree5fe3d729f6e474c038a83f08c8fa1d9546c2998a /emacs/notmuch.el
parent25f9a42287a7a2ad58a1dff5ccfe75fe7e26d8db (diff)
emacs/tree: introduce notmuch-tree-parent-buffer variable
This variable will be used in a similar fashion to notmuch-show-parent-buffer. It will be used to navigate between threads from the parent search buffer. Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index babddbb6..8132cea6 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -545,7 +545,7 @@ thread."
notmuch-search-query-string
nil
(notmuch-prettify-subject (notmuch-search-find-subject))
- t))
+ t nil (current-buffer)))
(defun notmuch-search-reply-to-thread (&optional prompt-for-sender)
"Begin composing a reply-all to the entire current thread in a new buffer."