From 880413af62393d932ca8838d3023399064d72013 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 30 May 2023 23:56:04 -0400 Subject: piem-inbox-by-header-match: Fix docstring reference piem-inbox-by-header-match is used by functions like piem-notmuch-get-inbox and piem-gnus-get-inbox, which are wired up to piem-get-inbox-functions not piem-get-mid-functions. --- piem.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piem.el b/piem.el index abc87b1..a933a6c 100644 --- a/piem.el +++ b/piem.el @@ -492,7 +492,7 @@ non-nil, make the match specific for that message." "Return inbox based on matching message headers. This should be called from a buffer containing a message and is intended to be used by libraries implementing a function for -`piem-get-mid-functions'." +`piem-get-inbox-functions'." (pcase-let ((`(,listid ,to ,cc) (piem--message-fetch-decoded-fields '("list-id" "to" "cc")))) (catch 'hit -- cgit v1.2.3