* elmo-vars.el (elmo-network-stream-type-alist): Add direct.
authoryoichi <yoichi>
Sun, 18 Apr 2004 03:35:11 +0000 (03:35 +0000)
committeryoichi <yoichi>
Sun, 18 Apr 2004 03:35:11 +0000 (03:35 +0000)
elmo/ChangeLog
elmo/elmo-vars.el

index 3330361..9a29986 100644 (file)
@@ -1,5 +1,7 @@
 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).
 
index b6f509d..3adb0f5 100644 (file)
@@ -336,7 +336,8 @@ If function, return value of function.")
 (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.