Changes committed gnus/lisp (ChangeLog message.el)

"Reiner Steib" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog message.el

(message-simplify-recipients): Fix previous commit.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1804 gnus/lisp/ChangeLog:7.1805
--- ChangeLog:7.1804	Wed Mar 19 23:01:28 2008
+++ ChangeLog	Thu Mar 20 10:58:32 2008
@@ -1,3 +1,7 @@
+2008-03-20  Reiner Steib  <[email protected]>
+
+	* message.el (message-simplify-recipients): Fix previous commit.
+
 2008-03-19  Glenn Morris  <[email protected]>
 
 	* tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
Index: message.el
diff -u gnus/lisp/message.el:7.249 gnus/lisp/message.el:7.250
--- message.el:7.249	Wed Mar 19 17:38:11 2008
+++ message.el	Thu Mar 20 10:58:32 2008
@@ -7969,9 +7969,9 @@
      hdr
      (mapconcat
       (lambda (addrcomp)
-	(if (and message-strip-full-names
+	(if (and message-recipients-without-full-name
 		 (string-match
-		  (regexp-opt message-strip-full-names)
+		  (regexp-opt message-recipients-without-full-name)
 		  (cadr addrcomp)))
 	    (cadr addrcomp)
 	  (if (car addrcomp)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.