# HG changeset patch # User Glenn Morris # Date 1212462938 0 # Node ID 32ac518a1ca90dd6b3063f1126b647ca93a3fc03 # Parent a9ad32b3a4dd10de2e6013fc41474ea42f18c795 (nnheader-accept-process-output): Autoload it. diff -r a9ad32b3a4dd -r 32ac518a1ca9 lisp/gnus/pop3.el --- a/lisp/gnus/pop3.el Tue Jun 03 03:14:47 2008 +0000 +++ b/lisp/gnus/pop3.el Tue Jun 03 03:15:38 2008 +0000 @@ -131,6 +131,8 @@ (truncate pop3-read-timeout)) 1000)))) +(autoload 'nnheader-accept-process-output "nnheader") + (defun pop3-movemail (&optional crashbox) "Transfer contents of a maildrop to the specified CRASHBOX." (or crashbox (setq crashbox (expand-file-name "~/.crashbox")))