From 1ff5ecba4a30a0abbfd37bcc434837c8486bbcb0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 28 Oct 2017 12:36:31 -0400 Subject: debbugs-notmuch-select-report: Use notmuch-tree --- lisp/km-mail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/km-mail.el b/lisp/km-mail.el index cd363d4..7dad33d 100644 --- a/lisp/km-mail.el +++ b/lisp/km-mail.el @@ -146,7 +146,7 @@ in the remote's \".git/config\" entry." (`notmuch-tree-mode (notmuch-tree-get-query)))) (default-value 'notmuch-search-oldest-first))) -;; Taken from Nicolas Petton's emacs configuration +;; Modified from fucntion in Nicolas Petton's emacs configuration ;; (https://gitlab.petton.fr/nico/emacs.d/, 208407f53a) ;;;###autoload (defun km/debbugs-notmuch-select-report (&rest _) @@ -161,7 +161,7 @@ in the remote's \".git/config\" entry." (format "%s@debbugs.gnu.org" id)) merged) " "))) - (notmuch-search (format "%s %s" address merged-addresses))))) + (notmuch-tree (format "%s %s" address merged-addresses))))) (defmacro km/notmuch-with-raw-message (msg-id &rest body) "Evaluate BODY with temporary buffer containing text for MSG-ID. -- cgit v1.2.3