* wl-draft.el (wl-message-mail-p): Test resent-to: field.
authorteranisi <teranisi>
Fri, 13 Jul 2001 16:01:48 +0000 (16:01 +0000)
committerteranisi <teranisi>
Fri, 13 Jul 2001 16:01:48 +0000 (16:01 +0000)
(Fix by Peter M\e,Ax\e(Bller Neergaard <turtle@bu.edu>)

wl/ChangeLog
wl/wl-draft.el

index 0f6f507..d294883 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-message-mail-p): Test resent-to: field.
+       (Fix by Peter Møller Neergaard <turtle@bu.edu>)
+
 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-vars.el: Changed file coding system to ISO-2022-JP.
index e7d7787..6d1f982 100644 (file)
@@ -472,6 +472,7 @@ Reply to author if WITH-ARG is non-nil."
 (defun wl-message-mail-p ()
   "If exist To, Cc or Bcc field, return non-nil."
   (or (wl-message-field-exists-p "To")
+      (wl-message-field-exists-p "Resent-to")      
       (wl-message-field-exists-p "Cc")
       (wl-message-field-exists-p "Bcc")
 ;;; This may be needed..