* wl-vars.el (wl-forward-subject-prefix): New variable.
	* wl-draft.el (wl-draft-forward): Use it.
 \e$BJV?.;~$N%I%i%U%H$N\e(B @samp{Subject:} \e$B$G!"855-;v$N\e(B @samp{Subject:} \e$B$N@hF,$K\e(B
 \e$BIU$12C$($kJ8;zNs$G$9!#\e(B
 
+@item wl-forward-subject-prefix
+@vindex wl-forward-subject-prefix
+\e$B=i4|@_Dj$O\e(B @samp{Forward: }\e$B!#\e(B
+\e$BE>Aw;~$N%I%i%U%H$N\e(B @samp{Subject:} \e$B$G!"855-;v$N\e(B @samp{Subject:} \e$B$N@hF,$K\e(B
+\e$BIU$12C$($kJ8;zNs$G$9!#\e(B
+
 @item wl-draft-reply-use-address-with-full-name
 @vindex wl-draft-reply-use-address-with-full-name
 \e$B=i4|@_Dj$O\e(B @code{t}\e$B!#\e(B
 
 In the @samp{Subject:} of the reply draft, this string is prepended to
 the @samp{Subject:} of being replied.
 
+@item wl-forward-subject-prefix
+@vindex wl-forward-subject-prefix
+The initial setting is @samp{Forward: }.
+In the @samp{Subject:} of the forwarding draft, this string is prepended
+to the @samp{Subject:} of being forwarded.
+
 @item wl-draft-reply-use-address-with-full-name
 @vindex wl-draft-reply-use-address-with-full-name
 The initial setting is @code{t}.
 
+2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
+
+       * wl-vars.el (wl-forward-subject-prefix): New variable.
+       * wl-draft.el (wl-draft-forward): Use it.
+
 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-message.el (wl-message-prev-page): When it is called without
 
                         (mapconcat 'identity references "\n\t"))))
     (wl-draft (list (cons 'To "")
                    (cons 'Subject
-                         (concat "Forward: " original-subject))
+                         (concat wl-forward-subject-prefix original-subject))
                    (cons 'References references))
              nil nil nil nil parent-folder))
   (goto-char (point-max))
 
   :group 'wl-draft
   :group 'wl-pref)
 
+(defcustom wl-forward-subject-prefix "Forward: "
+  "*Prefix of the subject of the forwarded message."
+  :type 'string
+  :group 'wl-draft
+  :group 'wl-pref)
+
 (defcustom wl-draft-reply-use-address-with-full-name t
   "*Use address with full-name in the draft of replied message."
   :type 'boolean