forked from pool/emacs
17 lines
564 B
Diff
17 lines
564 B
Diff
--- lisp/mail/sendmail.el
|
|
+++ lisp/mail/sendmail.el 2007-05-15 18:28:59.121703192 +0200
|
|
@@ -48,12 +48,7 @@
|
|
:group 'sendmail
|
|
:version "22.1")
|
|
|
|
-(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.
|
|
+(defcustom sendmail-program "/usr/sbin/sendmail"
|
|
"Program used to send messages."
|
|
:group 'mail
|
|
:type 'file)
|