summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-09-04 14:17:12 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-09-04 14:17:12 +0000
commit82695714e8bf5c42f771dcb3e379944647012331 (patch)
tree09630d585de36e62eaae370e89c0439ad46dd405 /lisp/paths.el
parent5aa17bb2e50bbdcb6505f79b152914506a3d642a (diff)
downloademacs-82695714e8bf5c42f771dcb3e379944647012331.tar.gz
* mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
sendmail in several common directories. * mail/sendmail.el (sendmail-program): Moved here from pathe.el. * paths.el (sendmail-program): Removed.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 846f91793d1..022f12dd1fc 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -159,16 +159,6 @@ The `ORGANIZATION' environment variable is used instead if defined.")
"Name of directory used by system mailer for delivering new mail.
Its name should end with a slash.")
-(defcustom sendmail-program
- (cond
- ((file-exists-p "/usr/sbin/sendmail") "/usr/sbin/sendmail")
- ((file-exists-p "/usr/lib/sendmail") "/usr/lib/sendmail")
- ((file-exists-p "/usr/ucblib/sendmail") "/usr/ucblib/sendmail")
- (t "fakemail")) ;In ../etc, to interface to /bin/mail.
- "Program used to send messages."
- :group 'mail
- :type 'file)
-
(defcustom remote-shell-program
(cond
;; Some systems use rsh for the remote shell; others use that name for the