comparison lisp/gnus/gnus.el @ 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 829f5676c842
children ee1addc05858
comparison
equal deleted inserted replaced
39091:f292508d2805 39092:8ce6343b491d
1018 1018
1019 (defvar gnus-backup-default-subscribed-newsgroups 1019 (defvar gnus-backup-default-subscribed-newsgroups
1020 '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus") 1020 '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus")
1021 "Default default new newsgroups the first time Gnus is run. 1021 "Default default new newsgroups the first time Gnus is run.
1022 Should be set in paths.el, and shouldn't be touched by the user.") 1022 Should be set in paths.el, and shouldn't be touched by the user.")
1023
1024 (defcustom gnus-local-domain nil
1025 "Local domain name without a host name.
1026 The DOMAINNAME environment variable is used instead if it is defined.
1027 If the `system-name' function returns the full Internet name, there is
1028 no need to set this variable."
1029 :group 'gnus-message
1030 :type '(choice (const :tag "default" nil)
1031 string))
1023 1032
1024 (defvar gnus-local-organization nil 1033 (defvar gnus-local-organization nil
1025 "String with a description of what organization (if any) the user belongs to. 1034 "String with a description of what organization (if any) the user belongs to.
1026 Obsolete variable; use `message-user-organization' instead.") 1035 Obsolete variable; use `message-user-organization' instead.")
1027 1036