[Mew-dist 04478] subject when forwarding

Shigemi Mikayama mikayama at example.com
1998年 4月 25日 (土) 12:14:48 JST


三箇山@NECソフトウェア北陸です。

人からフォワードされたメール(subjectがforward:等で始まるメール)を別の
人にフォワードする時に、自動的にサブジェクトを付けてくれなくなりました。

これを修正するパッチ for b28です。


--- mew-summary.el.orig	Mon Apr 20 20:12:45 1998
+++ mew-summary.el	Fri Apr 24 19:56:37 1998
@@ -1294,7 +1294,8 @@
 	    ;; now cache buffer
 	    (setq subject (mew-header-get-value "Subject:"))
 	    (if (and subject (not (string-match mew-forward-regex subject)))
-		(setq fwsubject (concat mew-forward-string subject)))
+		(setq fwsubject (concat mew-forward-string subject))
+	      (setq fwsubject subject))
 	    (mew-pop-to-buffer cbuf) ;;; draft
 	    ;;
 	    (mew-draft-header fwsubject 'nl)



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