mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
652 B
Plaintext
19 lines
652 B
Plaintext
$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
|