From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22242 Path: main.gmane.org!not-for-mail From: Dmitry Yaitskov Newsgroups: gmane.emacs.gnus.general Subject: Re: How to not display my own name? Date: 02 Apr 1999 16:23:13 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160196 27071 80.91.224.250 (21 Oct 2002 00:29:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:29:56 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA03710 for ; Fri, 2 Apr 1999 16:27:06 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB10806; Fri, 2 Apr 1999 15:22:50 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 02 Apr 1999 15:22:50 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id PAA06436 for ; Fri, 2 Apr 1999 15:22:35 -0600 (CST) Original-Received: from mail.rdc1.on.home.com (imail@ha2.rdc1.on.wave.home.com [24.2.9.67]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA03593 for ; Fri, 2 Apr 1999 16:22:26 -0500 (EST) Original-Received: from LUCY ([24.65.93.139]) by mail.rdc1.on.home.com (InterMail v4.00.03 201-229-104) with SMTP id <19990402212148.BXYE27801.mail.rdc1.on.home.com@LUCY> for ; Fri, 2 Apr 1999 13:21:48 -0800 Original-To: Ding In-Reply-To: Michael Welsh Duggan's message of "Fri, 02 Apr 1999 18:45:22 GMT" Original-Lines: 56 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/21.2(beta13) (Demeter) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22242 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22242 Michael Welsh Duggan wrote: > Dmitry Yaitskov writes: > > > Lars Magne Ingebrigtsen wrote: > > > > > Dmitry Yaitskov writes: > > > > > > > Eh, um, sorry about that - but I still do not know - how to display > > > > "To:" instead of "From:" in a specific group? > > > > > > Well, you would have to alter gnus-summary-line-format for that group > > > to include the proper spec. > > > > That's what I'm trying to do, in the groups parameters (G p) there is > > a line trying to set the format to a one from the gnus faq. Here's my > > 'sent' group parameters: > > > > ((display . all) > > (comment . "mail sent by me") > > (visible . t) > > (gnus-extra-headers quote > > (To)) > > (nnmail-extra-headers gnus-extra-headers) > > (gnus-summary-line-format . "%U%R%z%I%(%[%4L: %-20,20f%]%) %s\n") > > (gnus-ignored-from-addresses . "dimas")) > > > > It doesn't work. What am I doing wrong here? > > I think it might be the fact that you are using a dotted pair, when > the docs say to use a list. Try removing the `.' from the > gnus-summary-line-format and gnus-ignored-from-addresses and see if > that fixes it. Thanks. That helped, a bit. I.e. the specified format line is now used and not just ignored as it was previously (e.g. I can change it and it shows). But, I still cannot make it show the contents of 'To:' instead of 'From:'. I tried (gnus-extra-headers (To Newsgroups)) and (gnus-extra-headers '(To Newsgroups)) to no avail. It still only shows my own name (i.e. the 'From:' header. BTW. I'm sure the dots were not my own invention - they show up after setting some of the parameters via customize (I'm using XEmacs). Seems some kind of a conflict here. Also, some of the parameters which are specified via dots (e.g. to-list, to-address) are picked up by Gnus ok. Any ideas? -- Cheers, -Dima.