From 0c87ec6b7a2e1987afa97e69f6cd6a1a2b9fe597 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 9 Feb 2006 03:57:39 +0000 Subject: [PATCH] * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line. --- wl/ChangeLog | 4 ++++ wl/wl-draft.el | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4