+2000-02-26 Kenichi OKADA <okada@opaopa.org>
+
+ * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
+
2001-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
(defun wl-summary-default-subject-filter (subject)
(let ((case-fold-search t))
- (setq subject (elmo-replace-in-string subject "[ \t]*\\(re\\|was\\):" ""))
+ (setq subject (elmo-replace-in-string subject "[ \t]*\\(re\\|was\\)[:>]" ""))
(setq subject (elmo-replace-in-string subject "[ \t]" ""))
(elmo-replace-in-string subject "^\\[.*\\]" "")))