From: Gerd Moellmann Date: Mon, 3 Sep 2001 10:32:19 +0000 (+0000) Subject: (gnus-local-domain): Undo change of 2001-07-02. X-Git-Tag: emacs-pretest-21.0.106~271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c625688cf269aa13106406fd395360af5bc24b6d;p=emacs.git (gnus-local-domain): Undo change of 2001-07-02. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e9586e35b10..177df19fd4e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2001-09-03 Gerd Moellmann + + * gnus.el (gnus-local-domain): Undo change of 2001-07-02. + 2001-08-31 Sam Steingold * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index f114f7f763a..d0729dcefbd 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1021,6 +1021,15 @@ you could set this variable: "Default default new newsgroups the first time Gnus is run. Should be set in paths.el, and shouldn't be touched by the user.") +(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 `system-name' function returns the full Internet name, there is +no need to set this variable." + :group 'gnus-message + :type '(choice (const :tag "default" nil) + string)) + (defvar gnus-local-organization nil "String with a description of what organization (if any) the user belongs to. Obsolete variable; use `message-user-organization' instead.")