From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69386 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: Re: How to strip names out of To: and CC: Date: Wed, 03 Feb 2010 11:02:25 +0800 Message-ID: <87hbpzdnsu.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265166229 4570 80.91.229.12 (3 Feb 2010 03:03:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 03:03:49 +0000 (UTC) Cc: Reiner.Steib@gmx.de To: ding@gnus.org Original-X-From: ding-owner+M17790@lists.math.uh.edu Wed Feb 03 04:03:46 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NcVWr-0002l9-UI for ding-account@gmane.org; Wed, 03 Feb 2010 04:03:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1NcVVr-0007VH-C5; Tue, 02 Feb 2010 21:02:43 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1NcVVo-0007Ua-PL for ding@lists.math.uh.edu; Tue, 02 Feb 2010 21:02:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1NcVVn-0006bV-Bj for ding@lists.math.uh.edu; Tue, 02 Feb 2010 21:02:40 -0600 Original-Received: from caiajhbdcaid.dreamhost.com ([208.97.132.83] helo=homiemail-a10.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1NcVVe-0006rY-00 for ; Wed, 03 Feb 2010 04:02:30 +0100 Original-Received: from jidanni.org (218-163-0-40.dynamic.hinet.net [218.163.0.40]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 71D3128005E; Tue, 2 Feb 2010 19:02:28 -0800 (PST) X-Spam-Score: -0.8 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69386 Archived-At: message-simplify-recipients is an interactive compiled Lisp function in `message.el'. 1. This function is apparently unused by any other code. 2. When I do M-x message-simplify-recipients, it does what I want. However, when I put it into any hook, it causes an error that mentions the "--text follows this line--" separator. 3. It seems to work on addresses, even if they don't match message-recipients-without-full-name, which is fine with me though.