Re: ReferencesとIn-Reply-To について

Yuuichi Teranishi <[email protected]> Mon, 07 Feb 2005 09:13:02 +0900
Newsgroups gmane.mail.wanderlust.general.japanese,gmane.mail.emacs.mime.japanese
Message-ID <u3bw9qlbl.wl%[email protected]>
At Mon, 07 Feb 2005 05:19:54 +0900,
Ken Makimura wrote:
> 
> 
> 
>   (std11-parse-msg-ids-string "<xxxx@[aaa.bbb.ccc.ddd]>")
> 
> 
> 
>   ((msg-id (atom . "xxxx") (specials . "@") (domain-literal . "aaa.bbb.ccc.ddd")))
> 
> 
> 
>   (std11-msg-id-string '(msg-id (atom . "xxxx") (specials . "@") (domain-literal . "aaa.bbb.ccc.ddd")))
> 
> 
> 
>   "<[email protected]>"
> 
>  flim 




Index: std11.el
===================================================================
RCS file: /cvs/root/flim/std11.el,v
retrieving revision 1.7.8.10
diff -u -r1.7.8.10 std11.el
--- std11.el	8 Jun 2004 15:44:19 -0000	1.7.8.10
+++ std11.el	7 Feb 2005 00:10:38 -0000
@@ -766,6 +766,8 @@
                    ((eq name 'comment) "")
                    ((eq name 'quoted-string)
                     (concat "\"" (cdr token) "\""))
+		   ((eq name 'domain-literal)
+		    (concat "[" (cdr token) "]"))
                    (t (cdr token)))
                   )))
 	     seq "")

--
Yuuichi Teranishi <[email protected]>
http://www.gohome.org/teranisi
"The love you take is equal to the love you make..."