projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301ad6c
)
* smtp.el (smtp-check-response): Rewrite.
author
ueno
<ueno>
Tue, 15 Aug 2000 13:23:47 +0000
(13:23 +0000)
committer
ueno
<ueno>
Tue, 15 Aug 2000 13:23:47 +0000
(13:23 +0000)
smtp.el
patch
|
blob
|
history
diff --git
a/smtp.el
b/smtp.el
index
53833ba
..
ec4eab8
100644
(file)
--- a/
smtp.el
+++ b/
smtp.el
@@
-305,7
+305,7
@@
don't define this value."
response))
(defun smtp-check-response (response)
- (> (car response) 200))
+ (= (/ (car response) 100) 2))
(defun smtp-send-command (process command)
(goto-char (point-max))