Changeset 4161 for trunk/lisp/mail/sendmail.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/mail/sendmail.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/mail/sendmail.el
r4098 r4161 48 48 :group 'sendmail 49 49 :version "22.1") 50 51 (defcustom sendmail-program 52 (cond 53 ((file-exists-p "/usr/sbin/sendmail") "/usr/sbin/sendmail") 54 ((file-exists-p "/usr/lib/sendmail") "/usr/lib/sendmail") 55 ((file-exists-p "/usr/ucblib/sendmail") "/usr/ucblib/sendmail") 56 (t "fakemail")) ;In ../etc, to interface to /bin/mail. 57 "Program used to send messages." 58 :group 'mail 59 :type 'file) 50 60 51 61 ;;;###autoload
