Variable: message-user-organization

message-user-organization is a customizable variable defined in message.el.gz.

Value

t

Documentation

String to be used as an Organization header.

If t, use message-user-organization-file.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defcustom message-user-organization
  (or (getenv "ORGANIZATION") t)
  "String to be used as an Organization header.
If t, use `message-user-organization-file'."
  :group 'message-headers
  :type '(choice string
		 (const :tag "consult file" t)))