From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22249 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 22:46:56 -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 1035160203 27228 80.91.224.250 (21 Oct 2002 00:30:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:30:03 +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 WAA11545 for ; Fri, 2 Apr 1999 22:46:59 -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 VAB13990; Fri, 2 Apr 1999 21:46:17 -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 21:46:25 -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 VAA08997 for ; Fri, 2 Apr 1999 21:46:16 -0600 (CST) Original-Received: from mail.rdc1.on.home.com (imail@ha1.rdc1.on.wave.home.com [24.2.9.66]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id WAA11533 for ; Fri, 2 Apr 1999 22:46:04 -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 <19990403034530.ENZL17952.mail.rdc1.on.home.com@LUCY> for ; Fri, 2 Apr 1999 19:45:30 -0800 Original-To: Ding In-Reply-To: Stefanie Teufel's message of "02 Apr 1999 23:54:53 +0200" Original-Lines: 42 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:22249 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22249 Stefanie Teufel wrote: > Dmitry Yaitskov writes: > > > 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. > > Hmm, I have the following in my .Gnus.el > > (setq gnus-extra-headers > '(To Newsgroups)) > (setq nnmail-extra-headers gnus-extra-headers) > (setq gnus-ignored-from-addresses > "Stefanie Teufel") > > And "gnus-summary-line-format" set to: > > "%U%R%z%I (%4L) %[%d: %> %-20,20f%]%) %s\n" > > After adding these lines to my .Gnus.el I did a "M-x > nnml-generate-nov-databases". > > Stefanie Many thanks Stefanie. I got it now. My problem was, I was trying to set the gnus/nnmail-extra-headers and gnus-ignored-from-addresses *per group* whereas seems like this needs to be set globally (e.g. in .gnus.el). So now it is finally working. Thanks again. -- Cheers, -Dima.