diff options
Diffstat (limited to 'lisp/mail/mailpost.el')
-rw-r--r-- | lisp/mail/mailpost.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el index 326d5092575..e9d96167581 100644 --- a/lisp/mail/mailpost.el +++ b/lisp/mail/mailpost.el @@ -1,6 +1,5 @@ -;; -;; P O S T . E L -;; +;;; post.el --- RMAIL coupler to /usr/uci/post mailer + ;; 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. @@ -90,3 +89,5 @@ site-init." (kill-buffer tembuf) (if (bufferp errbuf) (switch-to-buffer errbuf))))) + +;;; mailpost.el ends here |