mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-18 12:00:38 -07:00
(gnus-local-domain): Undo change of 2001-07-02.
This commit is contained in:
parent
c3b0c26852
commit
c625688cf2
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue