/[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.268 by monnier, Sun May 18 21:35:06 2003 UTC revision 1.269 by gm, Fri Jul 4 11:24:57 2003 UTC
# Line 70  controlled by a separate variable, `mail Line 70  controlled by a separate variable, `mail
70  The value used to specify it is whatever is found in  The value used to specify it is whatever is found in
71  `mail-envelope-from', with `user-mail-address' as fallback.  `mail-envelope-from', with `user-mail-address' as fallback.
72    
73  On most systems, specifying the envelope-from address  On most systems, specifying the envelope-from address is a
74  is a privileged operation."  privileged operation.  This variable is only used if
75    `send-mail-function' is set to `sendmail-send-it'."
76    :version "21.1"    :version "21.1"
77    :type 'boolean    :type 'boolean
78    :group 'sendmail)    :group 'sendmail)
79    
80  (defcustom mail-envelope-from nil  (defcustom mail-envelope-from nil
81    "*If non-nil, designate the envelope-from address when sending mail.    "*If non-nil, designate the envelope-from address when sending mail.
82  If this is nil while `mail-specify-envelope-from' is non-nil, the  This only has an effect if `mail-specify-envelope-from' is non-nil.
83  content of `user-mail-address' is used."  The value should be either a string, or the symbol `header' (in
84    which case the contents of the \"From\" header of the message
85    being sent is used), or nil (in which case the value of
86    `user-mail-address' is used)."
87    :version "21.1"    :version "21.1"
88    :type '(choice (string :tag "From-name")    :type '(choice (string :tag "From-name")
89                   (const :tag "Use From: header from message" header)                   (const :tag "Use From: header from message" header)

Legend:
Removed from v.1.268  
changed lines
  Added in v.1.269

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