Skip to content

Commit

Permalink
Abolish customization for starttls package
Browse files Browse the repository at this point in the history
  • Loading branch information
ikazuhiro committed Jun 19, 2011
1 parent dbbad52 commit dad0f00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2011-06-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp>

Revert the change of 2004-02-17.
* smtp.el (smtp-starttls-program, smtp-starttls-extra-args):
Abolished.
(smtp-send-buffer): Likewise.

2011-06-09 Kazuhiro Ito <kzhr@d1.dion.ne.jp>

* mime.el (mime-entity-filename): When a result is got from entity
Expand Down
10 changes: 0 additions & 10 deletions smtp.el
Expand Up @@ -103,14 +103,6 @@ don't define this value."
:type 'boolean
:group 'smtp-extensions)

(defcustom smtp-starttls-program "starttls"
"The program to run in a subprocess to open an TLSv1 connection."
:group 'smtp-extensions)

(defcustom smtp-starttls-extra-args nil
"Extra arguments to `starttls-program'"
:group 'smtp-extensions)

(defcustom smtp-use-sasl nil
"If non-nil, use SMTP Authentication (RFC2554) if available."
:type 'boolean
Expand Down Expand Up @@ -358,8 +350,6 @@ BUFFER may be a buffer or a buffer name which contains mail message."
(error "`smtp-server' not defined"))))
(package
(smtp-make-package sender recipients buffer))
(starttls-program smtp-starttls-program)
(starttls-extra-args smtp-starttls-extra-args)
(smtp-open-connection-function
(if smtp-use-starttls
#'starttls-open-stream
Expand Down

0 comments on commit dad0f00

Please sign in to comment.