From: yoichi Date: Thu, 9 Feb 2006 03:57:39 +0000 (+0000) Subject: * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. X-Git-Tag: wl-2_15_3~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0c87ec6b7a2e1987afa97e69f6cd6a1a2b9fe597;p=elisp%2Fwanderlust.git * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 85a502e..daa00e9 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2006-02-09 Yoichi NAKAYAMA + + * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. + 2006-01-31 Hiroya Murata * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char' diff --git a/wl/wl-draft.el b/wl/wl-draft.el index c635e5e..14a3e0f 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -147,10 +147,6 @@ e.g. (if (eq wl-smtp-connection-type 'ssl) #'open-ssl-stream smtp-open-connection-function)) - (smtp-end-of-line - (if (eq wl-smtp-connection-type 'ssl) - "\n" - smtp-end-of-line)) smtp-sasl-user-name smtp-sasl-properties sasl-read-passphrase) (setq smtp-sasl-user-name wl-smtp-posting-user smtp-sasl-properties (when wl-smtp-authenticate-realm