2002-09-13 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-mime.el (wl-draft-preview-message): Revive the position
before evaluating wl-draft-send-hook in preview buffer.
(wl-summary-archive): Use elmo-folder-msgdb instead of
elmo-msgdb-load.
+2002-09-13 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-mime.el (wl-draft-preview-message): Revive the position
+ before evaluating wl-draft-send-hook in preview buffer.
+
2002-09-12 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
"Preview editing message."
(interactive)
(let* (recipients-message
+ (current-point (point))
(config-exec-flag wl-draft-config-exec-flag)
(parent-folder wl-draft-parent-folder)
(mime-display-header-hook 'wl-highlight-headers)
(lambda ()
(let ((wl-draft-config-exec-flag config-exec-flag)
(wl-draft-parent-folder parent-folder))
+ (goto-char current-point)
(run-hooks 'wl-draft-send-hook)
(setq recipients-message
(condition-case err