2004-04-18 Yoichi NAKAYAMA <yoichi@geiin.org>
+ * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
+
* elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
md5's 4th and 5th argument (non-existent in flim one).
(defvar elmo-network-stream-type-alist
'(("!" ssl ssl open-ssl-stream)
("!!" starttls starttls starttls-open-stream)
- ("!socks" socks socks socks-open-network-stream))
+ ("!socks" socks socks socks-open-network-stream)
+ ("!direct" direct direct open-network-stream))
"An alist of (SPEC-STRING SYMBOL FEATURE OPEN-STREAM-FUNCTION).
SPEC-STRING is a string for stream-type spec (it must start with '!').
SYMBOL is a symbol which indicates the name of the stream type.