(std11-parse-addresses-string): New function.
authormorioka <morioka>
Wed, 28 Aug 1996 22:39:08 +0000 (22:39 +0000)
committermorioka <morioka>
Wed, 28 Aug 1996 22:39:08 +0000 (22:39 +0000)
std11.el

index fa70913..78bc53a 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -4,7 +4,7 @@
 
 ;; Author:   MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Keywords: mail, news, RFC 822, STD 11
-;; Version: $Id: std11.el,v 0.21 1996-08-28 21:06:59 morioka Exp $
+;; Version: $Id: std11.el,v 0.22 1996-08-28 22:39:08 morioka Exp $
 
 ;; This file is part of tl (Tiny Library).
 
@@ -192,6 +192,11 @@ If BOUNDARY is not nil, it is used as message header separator.
   (std11-parse-address (std11-lexical-analyze string))
   )
 
+(defun std11-parse-addresses-string (string)
+  "Parse STRING as mail address list. [std11.el]"
+  (std11-parse-addresses (std11-lexical-analyze string))
+  )
+
 (defun std11-addr-to-string (seq)
   (mapconcat (function
              (lambda (token)