summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--piem-notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/piem-notmuch.el b/piem-notmuch.el
index 6ef6cdb..ed5bd4b 100644
--- a/piem-notmuch.el
+++ b/piem-notmuch.el
@@ -52,7 +52,7 @@
(pcase-let ((`(,listid ,to ,cc)
(when (derived-mode-p 'notmuch-show-mode)
(piem-notmuch--with-current-message
- (message-narrow-to-headers-or-head)
+ (message-narrow-to-headers)
(list (message-fetch-field "list-id")
(message-fetch-field "to")
(message-fetch-field "cc"))))))