* wl-mime.el (wl-draft-preview-message): Fixed problem that
authorteranisi <teranisi>
Mon, 5 Feb 2001 07:32:59 +0000 (07:32 +0000)
committerteranisi <teranisi>
Mon, 5 Feb 2001 07:32:59 +0000 (07:32 +0000)
 wrong receipients are displayed when forwarded message.

wl/ChangeLog
wl/wl-mime.el

index 9f904cd..36284f3 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-draft-preview-message): Fixed problem that
+       wrong receipients are displayed when forwarded message.
+
 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-version.el (wl-version): Changed codename to "Stand By Me".
index 1593d6b..6eee49d 100644 (file)
@@ -85,6 +85,7 @@ By setting following-method as yank-content."
                               (current-buffer)
                               (point-min)
                               (save-excursion
+                                (goto-char (point-min))
                                 (re-search-forward
                                  (concat "^"
                                          (regexp-quote mail-header-separator)