diff lisp/gnus/gnus.el @ 110568:04b79dd168dd

nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS before starting negotiation. gnus.el (gnus-local-domain): Put gnus-local-domain back again, since apparently third-party libraries depend on it.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 25 Sep 2010 14:19:38 +0000
parents f567b340d004
children b6d2a63ad993
line wrap: on
line diff
--- a/lisp/gnus/gnus.el	Sat Sep 25 14:05:46 2010 +0000
+++ b/lisp/gnus/gnus.el	Sat Sep 25 14:19:38 2010 +0000
@@ -1428,6 +1428,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 function `system-name' 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.")