before evaluating wl-draft-send-hook in preview buffer.
* Cannot communicate with UW imapd with qmail patch.
* Biff of the POP3 folders do not work correctly (c.f. [wl: 08937]).
-* part-top etc in wl-draft-config-alist does not work correctly
- with wl-draft-preview-message
* qmail \e$BBP1~$N\e(B UW imapd \e$B$N%a%C%;!<%8$r07$($J$$!#\e(B
* POP3 \e$B%U%)%k%@$N\e(B biff \e$B$,$&$^$/F0$+$J$$\e(B (c.f. [wl: 08937])\e$B!#\e(B
-* wl-draft-preview-message \e$B$N$H$-$K!"\e(B wl-draft-config-alist \e$B$N\e(B
- part-top \e$BEy$,8m$C$?F0:n$r$9$k!#\e(B
+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