]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-local-domain): Undo change of 2001-07-02.
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Sep 2001 10:32:19 +0000 (10:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Sep 2001 10:32:19 +0000 (10:32 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index e9586e35b101df5f0261eef9345feeff6416d802..177df19fd4e65baf56bc6443cc8e9e2e02433900 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * gnus.el (gnus-local-domain): Undo change of 2001-07-02.
+
 2001-08-31  Sam Steingold  <sds@gnu.org>
 
        * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
index f114f7f763a947676fec819e0e8dfca90eff1b07..d0729dcefbd52eae3352d1d13b02e73d2b6c8206 100644 (file)
@@ -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.")