From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22235 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 09:47:45 -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 1035160191 27040 80.91.224.250 (21 Oct 2002 00:29:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:29:51 +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 JAA24249 for ; Fri, 2 Apr 1999 09:47:29 -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 IAB06084; Fri, 2 Apr 1999 08:46:45 -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 08:47:09 -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 IAA02234 for ; Fri, 2 Apr 1999 08:47:01 -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 JAA24239 for ; Fri, 2 Apr 1999 09:46:53 -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 <19990402144620.EWQY17502.mail.rdc1.on.home.com@LUCY> for ; Fri, 2 Apr 1999 06:46:20 -0800 Original-To: Ding In-Reply-To: Lars Magne Ingebrigtsen's message of "02 Apr 1999 15:21:13 +0200" Original-Lines: 28 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:22235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22235 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? -- Cheers, -Dima.