[Mew-dist 15416] Re: patch for subject-simplify
Tatsuya Kinoshita
tatsuyak at example.com
2000年 12月 13日 (水) 00:20:49 JST
In message "[Mew-dist 15379] patch for subject-simplify"
Tatsuya Kinoshita <tatsuyak at example.com> wrote:
> 「(was ...)」での「was」に続く文字を、スペースか「:」に限定しました。
すみません。これ、厳しすぎました。
「was」に続く文字として、漢字を含みたいのと、また、その他の区切文字
でもかまわないよう、英文字以外としました。
--
木下達也 (Tatsuya Kinoshita)
-------------- next part --------------
This patch is written by Tatsuya Kinoshita.
Permission is granted to use, copy, distribute and/or modify it
without restriction. There is NO WARRANTY.
--- mew-1.95b88/mew-vars2.el Tue Dec 12 15:57:57 2000
+++ mew-1.95b88-tats20001213/mew-vars2.el Tue Dec 12 23:52:04 2000
@@ -40,7 +40,7 @@
(defvar mew-forward-string "Fw: ")
(defvar mew-forward-regex "\\(Fw\\|Forward\\): *"
"Regexp of various Fw: expression in Subject:")
-(defvar mew-was-regex " *(\\(was[ :]\\|Re:\\).*) *$"
+(defvar mew-was-regex " *(\\(was[^A-Za-z]\\|Re:\\).*) *$"
"Regexp of various (was ...) expression in Subject:")
(defvar mew-subject-simplify-replace-alist
Mew-dist メーリングリストの案内