X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=78b4a57ee3432743098c231c88e041c6a958252f;hb=00b3ee4f82ed94125f6789ba7bdd88b98ed248ef;hp=ebfb5e7b8c2a449be91453a20079a211d472441f;hpb=10bf1b740096b75da2618bb2b1a9f79257eb76ca;p=notmuch diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index ebfb5e7b..78b4a57e 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -413,24 +413,6 @@ Does NOT change the database." notmuch-show-query-context (notmuch-show-get-message-id))) -;; This function should be in notmuch.el but be we trying to minimise -;; impact on the rest of the codebase. -(defun notmuch-tree-from-search-current-query () - "Call notmuch tree with the current query" - (interactive) - (notmuch-tree notmuch-search-query-string)) - -;; This function should be in notmuch.el but be we trying to minimise -;; impact on the rest of the codebase. -(defun notmuch-tree-from-search-thread () - "Show the selected thread with notmuch-tree" - (interactive) - (notmuch-tree (notmuch-search-find-thread-id) - notmuch-search-query-string - nil - (notmuch-prettify-subject (notmuch-search-find-subject)) - t)) - (defun notmuch-tree-message-window-kill-hook () "Close the message pane when exiting the show buffer." (let ((buffer (current-buffer)))