Variable: gnus-local-domain

gnus-local-domain is a customizable variable defined in gnus.el.gz.

This variable is obsolete since 24.1.

Value

nil

Documentation

Local domain name without a host name.

The DOMAINNAME environment variable is used instead if it is defined. If the function system-name(var)/system-name(fun) returns the full Internet name, there is no need to set this variable.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-local-domain nil
  "Local domain name without a host name.
The DOMAINNAME environment variable is used instead if it is defined.
If the function `system-name' returns the full Internet name, there is
no need to set this variable."
  :group 'gnus-message
  :type '(choice (const :tag "default" nil)
		 string))