]> git.eshelyaron.com Git - emacs.git/commit
Ensure that user-mail-address always has a value
authorGlenn Morris <rgm@gnu.org>
Sat, 18 Feb 2017 00:06:15 +0000 (19:06 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 18 Feb 2017 00:06:15 +0000 (19:06 -0500)
commit8675f9c8b8a002530d0c4e0263bb3d4cf3a649fa
tree458537063b7b9974209a0fbedcba2799247f2153
parentf3eaab0a3749822592ddf36e591dcafd31451177
Ensure that user-mail-address always has a value

* lisp/startup.el (user-mail-address): Initialize in the normal way.
(command-line): Reset user-mail-address if needed using
standard custom machinery.
* lisp/mail/feedmail.el (feedmail-fiddle-from):
* lisp/mail/rmail.el (rmail-unknown-mail-followup-to):
* lisp/mail/rmailsum.el (rmail-header-summary):
Simplify now that user-mail-address is always set.
; * doc/lispref/os.texi (System Environment): Remove fixme comment.
doc/lispref/os.texi
lisp/mail/feedmail.el
lisp/mail/rmail.el
lisp/mail/rmailsum.el
lisp/startup.el