changeset 41:c4e517ccfd99 draft

"Re: "
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 07 May 2012 01:19:32 +0900
parents ca416d5020fe
children 07ef43ac4f15
files after5.rb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/after5.rb	Mon May 07 01:17:48 2012 +0900
+++ b/after5.rb	Mon May 07 01:19:32 2012 +0900
@@ -4,7 +4,7 @@
 # Associative Scheduling Table - after5
 # (C)2003, 2004, 2006, 2008, 2012 by HIROSE Yuuji [yuuji<at>gentei.org]
 # $Id: after5.rb,v 1.19 2012/04/01 11:52:25 yuuji Exp yuuji $
-# Last modified Mon May  7 01:15:16 2012 on firestorm
+# Last modified Mon May  7 01:18:59 2012 on firestorm
 # See http://www.gentei.org/~yuuji/software/after5/
 # このスクリプトはEUCで保存してください。
 $hgid = <<_HGID_.split[1..-2].join(" ")
@@ -2533,7 +2533,7 @@
       else
         if skip then
           sj = hold.join.toeuc.sub("Subject: ", "").gsub(tag, "").strip
-          sj = sj.sub(/^(re: *)+/i, "Re:").gsub("\n", "").squeeze
+          sj = sj.sub(/^(re: *)+/i, "Re: ").gsub("\n", "").squeeze
           ret << "Subject: "+NKF.nkf('-jM', tag+" "+sj)+"\n"
         else
           ret += hold

yatex.org