From 3e5013c35cbc96fda9368c24a10ac6cd691aecaa Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 6 Sep 2008 18:56:50 +0000 Subject: [PATCH] (rmail-spam-filter): Autoload it. --- lisp/mail/pmail.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index ea287927801..2c6de2e4b24 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -1481,6 +1481,8 @@ If delete fails, truncate them to zero length." (file-error (write-region (point) (point) file))) (file-error nil)))) +(autoload 'rmail-spam-filter "rmail-spam-filter") + (defun pmail-get-new-mail (&optional file-name) "Move any new mail from this mail file's inbox files. The inbox files for the primary mail file are determined using -- 2.39.5