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
d3b055c2
Commit
d3b055c2
authored
Apr 12, 2002
by
Juanma Barranquero
Browse files
(pop3-open-server): Fix typo.
parent
7d4cc828
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/pop3.el
lisp/gnus/pop3.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
d3b055c2
2002-04-12 Juanma Barranquero <lektu@terra.es>
* pop3.el (pop3-open-server): Fix typo.
2002-04-12 ShengHuo ZHU <zsh@cs.rochester.edu>
* pop3.el (pop3-munge-message-separator): Work if no date.
...
...
lisp/gnus/pop3.el
View file @
d3b055c2
...
...
@@ -139,7 +139,7 @@ Returns the process associated with the connection."
mailhost
)))
(
erase-buffer
)
(
setq
pop3-read-point
(
point-min
))
(
setq
process
(
open-network-stream
"POP"
(
current-buffer
)
mailhost
port
))
(
setq
process
(
open-network-stream
"POP"
(
current-buffer
)
mailhost
port
))
(
let
((
response
(
pop3-read-response
process
t
)))
(
setq
pop3-timestamp
(
substring
response
(
or
(
string-match
"<"
response
)
0
)
...
...
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