Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: September Gnus 0.28 is released
Date: 17 Jan 1996 17:51:05 -0800	[thread overview]
Message-ID: <m2pwcijmnq.fsf@miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 17 Jan 1996 14:27:21 -0800

mail-host-address is not predefined on XEmacs.

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.25
diff -u -r1.25 ChangeLog
--- ChangeLog	1996/01/18 01:47:31	1.25
+++ ChangeLog	1996/01/18 01:44:15
@@ -1,5 +1,8 @@
 Wed Jan 17 17:00:55 1996  Steven L. Baur  <steve@miranova.com>
 
+	* gnus-msg.el (gnus-inews-domain-name): mail-host-address may not
+	be predefined.
+
 	* gnus.el (gnus-article-hide-boring-headers): gnus-article-hide-header
 	needed a parameter.
 
===================================================================
RCS file: RCS/gnus-msg.el,v
retrieving revision 1.19
diff -u -r1.19 gnus-msg.el
--- gnus-msg.el	1996/01/18 00:38:14	1.19
+++ gnus-msg.el	1996/01/18 01:43:57
@@ -1516,7 +1516,8 @@
 	     (domain 
 	      (or (if (stringp genericfrom) genericfrom)
 		  (getenv "DOMAINNAME")
-		  mail-host-address
+		  (and (boundp 'mail-host-address)
+		       mail-host-address)
 		  gnus-local-domain
 		  ;; Function `system-name' may return full internet name.
 		  ;; Suggested by Mike DeCorte <mrd@sun.soe.clarkson.edu>.

-- 
steve@miranova.com baur


      parent reply	other threads:[~1996-01-18  1:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-17 22:27 Lars Magne Ingebrigtsen
1996-01-18  1:39 ` Steven L Baur
1996-01-18  1:51 ` Steven L Baur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2pwcijmnq.fsf@miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).