Function: message-make-sender

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

Signature

(message-make-sender)

Documentation

Return the "real" user address.

This function tries to ignore all user modifications, and give as trustworthy answer as possible.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defun message-make-sender ()
  "Return the \"real\" user address.
This function tries to ignore all user modifications, and
give as trustworthy answer as possible."
  (concat (user-login-name) "@" (system-name)))