* wl-draft.el (wl-draft-normal-send-func): Fixed last change.
authorteranisi <teranisi>
Thu, 17 Jul 2003 11:48:27 +0000 (11:48 +0000)
committerteranisi <teranisi>
Thu, 17 Jul 2003 11:48:27 +0000 (11:48 +0000)
wl/ChangeLog
wl/wl-draft.el

index 2402554..8140ebd 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
+
 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
        
        * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
index 7f11643..2c08369 100644 (file)
@@ -1139,6 +1139,7 @@ If FORCE-MSGID, insert message-id regardless of `wl-insert-message-id'."
                           nil t)
                          (match-beginning 0)
                        (point-max)))
+    (wl-draft-insert-required-fields)
     ;; ignore any blank lines in the header
     (while (progn (goto-char (point-min))
                  (re-search-forward "\n[ \t]*\n\n*" nil t))