switch-to-buffer-other-window.
2002-11-07 Yuuichi Teranishi <teranisi@gohome.org>
+ * wl-draft.el (wl-user-agent-compose): Delete special case for
+ switch-to-buffer-other-window.
+
* wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
(wl-summary-forward): Ditto.
(let ((wl-user-agent-headers-and-body-alist other-headers)
(wl-draft-use-frame (eq switch-function 'switch-to-buffer-other-frame))
(wl-draft-buffer-style switch-function))
- (when (eq switch-function 'switch-to-buffer-other-window)
- (when (one-window-p t)
- (if (window-minibuffer-p) (other-window 1))
- (split-window))
- (other-window 1))
(if to
(if (wl-string-match-assoc "to" wl-user-agent-headers-and-body-alist
'ignore-case)