projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd822b
)
* wl-draft.el (wl-draft-normal-send-func): Fixed last change.
author
teranisi
<teranisi>
Thu, 17 Jul 2003 11:48:27 +0000
(11:48 +0000)
committer
teranisi
<teranisi>
Thu, 17 Jul 2003 11:48:27 +0000
(11:48 +0000)
wl/ChangeLog
patch
|
blob
|
history
wl/wl-draft.el
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
2402554
..
8140ebd
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-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
diff --git
a/wl/wl-draft.el
b/wl/wl-draft.el
index
7f11643
..
2c08369
100644
(file)
--- 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))