/[emacs]/emacs/lisp/mail/sendmail.el
ViewVC logotype

Diff of /emacs/lisp/mail/sendmail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.292 by cyd, Mon Sep 12 22:58:55 2005 UTC revision 1.293 by rms, Sun Oct 16 17:51:51 2005 UTC
# Line 120  nil means let mailer mail back a message Line 120  nil means let mailer mail back a message
120    
121  ;; Useful to set in site-init.el  ;; Useful to set in site-init.el
122  ;;;###autoload  ;;;###autoload
123  (defcustom send-mail-function 'sendmail-send-it  (defcustom send-mail-function
124      (if (and window-system (memq system-type '(darwin windows-nt)))
125          'mailclient-send-it
126        'sendmail-send-it)
127    "Function to call to send the current buffer as mail.    "Function to call to send the current buffer as mail.
128  The headers should be delimited by a line which is  The headers should be delimited by a line which is
129  not a valid RFC822 header or continuation line,  not a valid RFC822 header or continuation line,

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26