Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] unbound variable in message-make-fqdn
@ 1997-12-31 18:34 Stephen Zander
  0 siblings, 0 replies; only message in thread
From: Stephen Zander @ 1997-12-31 18:34 UTC (permalink / raw)



I ran into this 'cause my hostname is not a FQDN (I use a laptop & it
changes networks too often to bother) and I didn't have mail-host-address
set (I do now :)).

*** message.el.orig	Tue Dec 30 23:43:51 1997
--- message.el	Wed Dec 31 00:05:45 1997
***************
*** 2607,2613 ****
  	   (string-match "\\." mail-host-address))
        mail-host-address)
       ;; We try `user-mail-address' as a backup.
!      ((and (string-match "\\." user-mail)
  	   (string-match "@\\(.*\\)\\'" user-mail))
        (match-string 1 user-mail))
       ;; Default to this bogus thing.
--- 2607,2614 ----
  	   (string-match "\\." mail-host-address))
        mail-host-address)
       ;; We try `user-mail-address' as a backup.
!      ((and (stringp user-mail) 
! 	   (string-match "\\." user-mail)
  	   (string-match "@\\(.*\\)\\'" user-mail))
        (match-string 1 user-mail))
       ;; Default to this bogus thing.

-- 
Stephen
---
"Normality is a statistical illusion." -- me


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-12-31 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-31 18:34 [PATCH] unbound variable in message-make-fqdn Stephen Zander

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).