summaryrefslogtreecommitdiff
path: root/lisp/mail/mailpost.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 04:23:17 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 04:23:17 +0000
commit47106d250976c59e6501bdcb4300c37b6fbeaca0 (patch)
tree828b4567ebe2dee73096309918888cb70ff6aff3 /lisp/mail/mailpost.el
parentdc0419a7b083b4df98e3480853c44b8af0fec98a (diff)
downloademacs-47106d250976c59e6501bdcb4300c37b6fbeaca0.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/mail/mailpost.el')
-rw-r--r--lisp/mail/mailpost.el21
1 files changed, 13 insertions, 8 deletions
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el
index e7825d07d37..4124c1e91ef 100644
--- a/lisp/mail/mailpost.el
+++ b/lisp/mail/mailpost.el
@@ -1,15 +1,20 @@
-;;; post.el --- RMAIL coupler to /usr/uci/post mailer
+;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer
+
+;; Author: Gary Delp <delp@huey.Udel.Edu>
+;; Maintainer: FSF
+;; Created: 13 Jan 1986
+;; Last-Modified: 30 May 1992
+
+;; This is in the public domain
+;; since Delp distributed it without a copyright notice in 1986.
+
+;;; Commentary:
;; Yet another mail interface. this for the rmail system to provide
;; the missing sendmail interface on systems without /usr/lib/sendmail,
;; but with /usr/uci/post.
-;;
-;; created by: Gary Delp <delp at huey.Udel.Edu>
-;; Mon Jan 13 14:45:12 1986
-;;
-;;
-;; This is in the public domain
-;; since Delp distributed it without a copyright notice in 1986.
+
+;;; Code:
;; (setq send-mail-function 'post-mail-send-it)