From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22241 Path: main.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: How to not display my own name? Date: Fri, 02 Apr 1999 18:45:22 GMT Organization: Carnegie Mellon University : KANTOO Project 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 1035160195 27061 80.91.224.250 (21 Oct 2002 00:29:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:29:55 +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 NAA29999 for ; Fri, 2 Apr 1999 13:46:37 -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 MAB09396; Fri, 2 Apr 1999 12:45:47 -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 12:46:13 -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 MAA05122 for ; Fri, 2 Apr 1999 12:46:03 -0600 (CST) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA29981 for ; Fri, 2 Apr 1999 13:45:55 -0500 (EST) Original-Received: (qmail 16717 invoked by uid 509); 2 Apr 1999 18:45:22 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Mail-Copies-To: never Original-Lines: 35 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3 Original-NNTP-Posting-Host: 128.2.110.42 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 923078722 128.2.110.42 (Fri, 02 Apr 1999 20:45:22 MET DST) Original-NNTP-Posting-Date: Fri, 02 Apr 1999 20:45:22 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22241 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. -- Michael Duggan (md5i@cs.cmu.edu) .