diff options
| -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." | |||
| 1481 | (file-error (write-region (point) (point) file))) | 1481 | (file-error (write-region (point) (point) file))) |
| 1482 | (file-error nil)))) | 1482 | (file-error nil)))) |
| 1483 | 1483 | ||
| 1484 | (autoload 'rmail-spam-filter "rmail-spam-filter") | ||
| 1485 | |||
| 1484 | (defun pmail-get-new-mail (&optional file-name) | 1486 | (defun pmail-get-new-mail (&optional file-name) |
| 1485 | "Move any new mail from this mail file's inbox files. | 1487 | "Move any new mail from this mail file's inbox files. |
| 1486 | The inbox files for the primary mail file are determined using | 1488 | The inbox files for the primary mail file are determined using |