From b9f1fec92ae03f9f97e20455aa8804d3e04d640e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 23 Oct 2021 13:16:51 -0400 Subject: piem-notmuch-known-mid-p: Autoload Allow users to set piem-mail-injection-skipif-predicate to piem-notmuch-known-mid-p without worrying about whether piem-notmuch.el is loaded. Message-Id: <20211023171651.167143-1-kyle@kyleam.com> --- piem-notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/piem-notmuch.el b/piem-notmuch.el index 1da554a..c712366 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -55,6 +55,7 @@ "Return the message ID of a `notmuch-show-mode' buffer." (notmuch-show-get-message-id 'bare)) +;;;###autoload (defun piem-notmuch-known-mid-p (mid) "Return non-nil if MID is known to Notmuch. The message ID should not include Notmuch's \"id:\" prefix or -- cgit v1.2.3