[Mew-dist 15379] patch for subject-simplify

Tatsuya Kinoshita tatsuyak at example.com
2000年 12月 12日 (火) 12:37:13 JST


mew-subject-simplify用のパッチを作りました。

「(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.95b87/mew-vars2.el	Fri Dec  8 13:15:56 2000
+++ mew-1.95b87-tats20001212/mew-vars2.el	Tue Dec 12 10:54:12 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[ :]\\|Re:\\).*) *$"
   "Regexp of various (was ...) expression in Subject:")
 
 (defvar mew-subject-simplify-replace-alist


Mew-dist メーリングリストの案内