Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6459e35e
Commit
6459e35e
authored
Jun 03, 2008
by
Glenn Morris
Browse files
(nnheader-accept-process-output): Autoload it.
parent
f6c9e04f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/pop3.el
lisp/gnus/pop3.el
+2
-0
No files found.
lisp/gnus/ChangeLog
View file @
6459e35e
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
...
...
lisp/gnus/pop3.el
View file @
6459e35e
...
...
@@ -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"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment