projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109f3b7
)
(elmo-pop3-send-command): Combine `process-send-string' calls.
author
okazaki
<okazaki>
Sat, 27 Mar 2004 22:07:20 +0000
(22:07 +0000)
committer
okazaki
<okazaki>
Sat, 27 Mar 2004 22:07:20 +0000
(22:07 +0000)
elmo/elmo-pop3.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-pop3.el
b/elmo/elmo-pop3.el
index
cc4405b
..
5752b63
100644
(file)
--- a/
elmo/elmo-pop3.el
+++ b/
elmo/elmo-pop3.el
@@
-197,8
+197,7
@@
If IF-EXISTS is `any-exists', get BIFF session or normal session if exists."
(goto-char (point-min))
(setq elmo-pop3-read-point (point))
(elmo-pop3-debug "SEND: %s\n" (if no-log "<NO LOGGING>" command))
- (process-send-string process command)
- (process-send-string process "\r\n")))
+ (process-send-string process (concat command "\r\n"))))
(defun elmo-pop3-read-response (process &optional not-command)
;; buffer is in case for process is dead.