/[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.244.4.1 by monnier, Sat Oct 27 22:13:55 2001 UTC revision 1.244.4.2 by eliz, Fri Dec 28 12:26:14 2001 UTC
# Line 81  is a privileged operation." Line 81  is a privileged operation."
81  If this is nil while `mail-specify-envelope-from' is non-nil, the  If this is nil while `mail-specify-envelope-from' is non-nil, the
82  content of `user-mail-address' is used."  content of `user-mail-address' is used."
83    :version "21.1"    :version "21.1"
84    :type 'boolean    :type '(choice (const :tag "Use `user-mail-address'" nil)
85                     string)
86    :group 'sendmail)    :group 'sendmail)
87    
88  ;;;###autoload  ;;;###autoload
# Line 805  external program defined by `sendmail-pr Line 806  external program defined by `sendmail-pr
806          (mailbuf (current-buffer))          (mailbuf (current-buffer))
807          (program (if (boundp 'sendmail-program)          (program (if (boundp 'sendmail-program)
808                       sendmail-program                       sendmail-program
809                     "/usr/lib/sendmail")))                     "/usr/lib/sendmail"))
810            (mail-envelope-from mail-envelope-from))
811      (unwind-protect      (unwind-protect
812          (save-excursion          (save-excursion
813            (set-buffer tembuf)            (set-buffer tembuf)

Legend:
Removed from v.1.244.4.1  
changed lines
  Added in v.1.244.4.2

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