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: Fri, 04 Jul 2003 07:24:57 -0400

Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.268 emacs/lisp/mail/sendmail.el:1.269
*** emacs/lisp/mail/sendmail.el:1.268   Sun May 18 17:35:06 2003
--- emacs/lisp/mail/sendmail.el Fri Jul  4 07:24:57 2003
***************
*** 70,85 ****
  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."
    :version "21.1"
    :type 'boolean
    :group 'sendmail)
  
  (defcustom mail-envelope-from nil
    "*If non-nil, designate the envelope-from address when sending mail.
! If this is nil while `mail-specify-envelope-from' is non-nil, the
! content of `user-mail-address' is used."
    :version "21.1"
    :type '(choice (string :tag "From-name")
                 (const :tag "Use From: header from message" header)
--- 70,89 ----
  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)
  
  (defcustom mail-envelope-from nil
    "*If non-nil, designate the envelope-from address when sending mail.
! This only has an effect if `mail-specify-envelope-from' is non-nil.
! The value should be either a string, or the symbol `header' (in
! which case the contents of the \"From\" header of the message
! being sent is used), or nil (in which case the value of
! `user-mail-address' is used)."
    :version "21.1"
    :type '(choice (string :tag "From-name")
                 (const :tag "Use From: header from message" header)




reply via email to

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