diff options
author | Glenn Morris <rgm@gnu.org> | 2008-09-06 18:56:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-09-06 18:56:50 +0000 |
commit | 3e5013c35cbc96fda9368c24a10ac6cd691aecaa (patch) | |
tree | 1ec23de0abba296b46d014802daf805a3c82c263 /lisp/mail | |
parent | b3a2404fbb2eb86121ec7d9ef5e03c881b6bb330 (diff) | |
download | emacs-3e5013c35cbc96fda9368c24a10ac6cd691aecaa.tar.gz |
(rmail-spam-filter): Autoload it.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/pmail.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |