emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el
Date: Sun, 24 Aug 2003 11:22:13 -0400

Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.269 emacs/lisp/mail/sendmail.el:1.270
*** emacs/lisp/mail/sendmail.el:1.269   Fri Jul  4 07:24:57 2003
--- emacs/lisp/mail/sendmail.el Sun Aug 24 11:22:13 2003
***************
*** 68,78 ****
  (defcustom mail-specify-envelope-from nil
    "*If non-nil, specify the envelope-from address when sending mail.
  The value used to specify it is whatever is found in
! `mail-envelope-from', with `user-mail-address' as fallback.
  
  On most systems, specifying the envelope-from address is a
! privileged operation.  This variable is only used if
! `send-mail-function' is set to `sendmail-send-it'."
    :version "21.1"
    :type 'boolean
    :group 'sendmail)
--- 68,79 ----
  (defcustom mail-specify-envelope-from nil
    "*If non-nil, specify the envelope-from address when sending mail.
  The value used to specify it is whatever is found in
! the variable `mail-envelope-from', with `user-mail-address' as fallback.
  
  On most systems, specifying the envelope-from address is a
! privileged operation.  This variable affects sendmail and
! smtpmail -- if you use feedmail to send mail, see instead the
! variable `feedmail-deduce-envelope-from'."
    :version "21.1"
    :type 'boolean
    :group 'sendmail)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]