changeset 39092:8ce6343b491d

(gnus-local-domain): Undo change of 2001-07-02.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Sep 2001 10:32:04 +0000
parents f292508d2805
children 88d406e5fd22
files lisp/gnus/gnus.el
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus.el	Mon Sep 03 09:26:11 2001 +0000
+++ b/lisp/gnus/gnus.el	Mon Sep 03 10:32:04 2001 +0000
@@ -1021,6 +1021,15 @@
   "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.")