blob: a6301f5d4acdf4253c5ddda2f6008803f7c0180a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ad,v 1.1 2008/11/29 02:55:41 obache Exp $
smtp-end-of-line was abolished by flim-1.4.19.
patch taken from upstream CVS repository.
--- wl/wl-draft.el.orig 2005-03-20 13:10:03.000000000 +0000
+++ 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
|