From: yamaoka Date: Thu, 23 Oct 2003 23:12:10 +0000 (+0000) Subject: Synch to Gnus 200310232309. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fc2a09fe675b1b70ae8c2458db062462ba0b411b;p=elisp%2Fgnus.git- Synch to Gnus 200310232309. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3667ba9..948a110 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-10-23 Katsumi Yamaoka + + * message.el (message-make-fqdn): Bind case-fold-search. + Suggested by Christopher Richards . + 2003-10-23 Teodor Zlatanov * gnus.el (spam-process-destination, ham-process-destination): diff --git a/lisp/message.el b/lisp/message.el index ea26e0f..288da62 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -5261,7 +5261,8 @@ give as trustworthy answer as possible." (user-domain (if (and user-mail (string-match "@\\(.*\\)\\'" user-mail)) - (match-string 1 user-mail)))) + (match-string 1 user-mail))) + (case-fold-search t)) (cond ((and message-user-fqdn (stringp message-user-fqdn)