with third argument t.
(wl-draft): Set first argument for wl-plugged-init as t.
* wl-vars.el (wl-biff-state-indicator-off): Fixed default value definition.
+2001-09-26 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
+ with third argument t.
+ (wl-draft): Set first argument for wl-plugged-init as t.
+
+ * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
+ definition.
+
2001-09-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
* wl-vars.el: Tabify.
(wl-biff-notify-hook): Use `ding' instead of `beep'.
-
+
* wl-draft.el (wl-draft-send): Fixed docstring and confirm
message.
(goto-char (point-min))
(wl-draft-delete-fields ignored-fields))
(goto-char (point-max))
- (push-mark)
+ (push-mark (point) nil t)
(goto-char (point-min)))
(let ((beg (point)))
(cond (mail-citation-hook (run-hooks 'mail-citation-hook))
(wl-load-profile)
(wl-folder-init)
(elmo-init)
- (wl-plugged-init))
+ (wl-plugged-init t))
(wl-init) ; returns immediately if already initialized.
(if (interactive-p)
(setq summary-buf (wl-summary-get-buffer (wl-summary-buffer-folder-name))))
(defcustom wl-biff-state-indicator-off (if (and (featurep 'xemacs)
(not (featurep 'mule)))
"[--]"
- (decode-coding-string
;; Japanese short hyphen
- (read "\"[\e$B!>\e(B]\"")
- (if (boundp 'MULE)
- '*iso-2022-jp*
- 'iso-2022-jp)))
+ "\"[\e$B!>\e(B]\"")
"String used to show biff status OFF."
:type 'string
:group 'wl-highlight)