From 08778b811d999c831723f85414ac1e342ef00192 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 7 Jan 2022 14:46:30 -0700 Subject: notmuch-slurp-debbug: at end, call notmuch-search not notmuch-show Signed-off-by: Sean Whitton --- mailscripts.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index 234fba2..8519e4f 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -80,8 +80,7 @@ If NO-OPEN, don't open the thread." "--limit=1" "--format=text" "--format-version=4" search)))) - (notmuch-show thread-id nil nil nil - (concat "*notmuch-show-" search "*"))))) + (notmuch-search search t thread-id)))) ;;;###autoload (defun notmuch-slurp-debbug-at-point () -- cgit v1.2.3