diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-10-28 12:36:31 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-01-13 11:15:37 -0500 |
commit | 1ff5ecba4a30a0abbfd37bcc434837c8486bbcb0 (patch) | |
tree | 1a18ea1075f133d4b9008f466c4f51132cc7de90 /lisp | |
parent | a7e78b1f51179ad25ffe17ac41c939e1ad07a4b0 (diff) | |
download | emacs.d-1ff5ecba4a30a0abbfd37bcc434837c8486bbcb0.tar.gz |
debbugs-notmuch-select-report: Use notmuch-tree
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-mail.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |