Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Rafferty <craffert@ml.com>
Subject: [patch][x-post] message.el
Date: 16 Oct 1997 13:32:58 -0400	[thread overview]
Message-ID: <ocru3ehzk8l.fsf_-_@ml.com> (raw)
In-Reply-To: Colin Rafferty's message of "16 Oct 1997 13:16:07 -0400"


[-- Attachment #1.1: Type: text/plain, Size: 499 bytes --]

Hello-

I am only working with Gnus 5.5, so I don't know if this is fixed in
Quassia, but given the discussion on xemacs-beta, it doesn't seem to be.

In `message-make-fqdn', we get the result of `message-user-mail-address'.
This can be nil, but we don't check that in `message-make-fqdn'.

Here is the patch (and ChangeLog) against 5.5.  I don't know the right
way to handle this in XEmacs 19.16, 20.3 (pre-release), or the Gnus
development cycle.  I assume that Steve and Lars can work that out.


[-- Attachment #1.2: message-patch --]
[-- Type: application/octet-stream, Size: 856 bytes --]

1997-10-16  Colin Rafferty  <craffert@ml.com>

	* message.el (message-make-fqdn): Made certain that user-mail is
		  not nil.

*** message.el~	Mon Oct  6 01:00:39 1997
--- message.el	Thu Oct 16 13:11:29 1997
***************
*** 2652,2658 ****
  	   (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.
--- 2652,2659 ----
  	   (string-match "\\." mail-host-address))
        mail-host-address)
       ;; We try `user-mail-address' as a backup.
!      ((and user-mail
! 	   (string-match "\\." user-mail)
  	   (string-match "@\\(.*\\)\\'" user-mail))
        (match-string 1 user-mail))
       ;; Default to this bogus thing.

[-- Attachment #2: Type: application/pgp-signature, Size: 345 bytes --]

           reply	other threads:[~1997-10-16 17:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <ocrvhyxzl0o.fsf@ml.com>]

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=ocru3ehzk8l.fsf_-_@ml.com \
    --to=craffert@ml.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).