1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(nnheader-accept-process-output): Autoload it.

This commit is contained in:
Glenn Morris 2008-06-03 03:15:48 +00:00
parent f6c9e04f55
commit 6459e35e90
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-06-03 Glenn Morris <rgm@gnu.org>
* pop3.el (nnheader-accept-process-output): Autoload it.
2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
* rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that

View File

@ -131,6 +131,8 @@ Shorter values mean quicker response, but are more CPU intensive.")
(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")))