summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-07 14:46:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-07 14:46:30 -0700
commit08778b811d999c831723f85414ac1e342ef00192 (patch)
tree5c60b912359b04a8bbac2c4b048a1fdf8e561729 /mailscripts.el
parentd3bc7e52906cd79d9af792d75d5bf2301103bf62 (diff)
downloadmailscripts-08778b811d999c831723f85414ac1e342ef00192.tar.gz
notmuch-slurp-debbug: at end, call notmuch-search not notmuch-show
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el3
1 files changed, 1 insertions, 2 deletions
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 ()