Function: message-make-address

message-make-address is a byte-compiled function defined in message.el.gz.

Signature

(message-make-address)

Documentation

Make the address of the user.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defun message-make-address ()
  "Make the address of the user."
  (or (message-user-mail-address)
      (concat (user-login-name) "@" (message-make-domain))))