From: teranisi Date: Thu, 17 Jul 2003 11:48:27 +0000 (+0000) Subject: * wl-draft.el (wl-draft-normal-send-func): Fixed last change. X-Git-Tag: merged-trunk-to-elmo-mark-19~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c79d5daaa92ef89f2dd2a50dda992b7f4b0a1d07;p=elisp%2Fwanderlust.git * wl-draft.el (wl-draft-normal-send-func): Fixed last change. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 2402554..8140ebd 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2003-07-17 Yuuichi Teranishi + + * wl-draft.el (wl-draft-normal-send-func): Fixed last change. + 2003-07-15 Mito * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 7f11643..2c08369 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -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))