comparison lisp/mail/mailpost.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents d1d8765cc35e
children 3587b3dfac25
comparison
equal deleted inserted replaced
658:7cbd4fcd8b0f 659:505130d1ddf8
1 ;; 1 ;;; post.el --- RMAIL coupler to /usr/uci/post mailer
2 ;; P O S T . E L 2
3 ;;
4 ;; Yet another mail interface. this for the rmail system to provide 3 ;; Yet another mail interface. this for the rmail system to provide
5 ;; the missing sendmail interface on systems without /usr/lib/sendmail, 4 ;; the missing sendmail interface on systems without /usr/lib/sendmail,
6 ;; but with /usr/uci/post. 5 ;; but with /usr/uci/post.
7 ;; 6 ;;
8 ;; created by: Gary Delp <delp at huey.Udel.Edu> 7 ;; created by: Gary Delp <delp at huey.Udel.Edu>
88 (error "Sending...failed to %s" 87 (error "Sending...failed to %s"
89 (buffer-substring (point-min) (point-max))))))) 88 (buffer-substring (point-min) (point-max)))))))
90 (kill-buffer tembuf) 89 (kill-buffer tembuf)
91 (if (bufferp errbuf) 90 (if (bufferp errbuf)
92 (switch-to-buffer errbuf))))) 91 (switch-to-buffer errbuf)))))
92
93 ;;; mailpost.el ends here