From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22020 Path: main.gmane.org!not-for-mail From: Dmitry Yaitskov Newsgroups: gmane.emacs.gnus.general Subject: How to not display my own name? Date: 22 Mar 1999 23:31:45 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160016 25916 80.91.224.250 (21 Oct 2002 00:26:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:26:56 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA03044 for ; Mon, 22 Mar 1999 23:31:57 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB12941; Mon, 22 Mar 1999 22:30:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 22 Mar 1999 22:31:22 -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 WAA25619 for ; Mon, 22 Mar 1999 22:31:14 -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 XAA02987 for ; Mon, 22 Mar 1999 23:31:06 -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 <19990323043027.LSDJ13966.mail.rdc1.on.home.com@LUCY> for ; Mon, 22 Mar 1999 20:30:27 -0800 Original-To: Ding Original-Lines: 34 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:22020 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22020 Uh? I have a "sent" nnmail group: (setq gnus-outgoing-message-group "nnml:sent") so, I wanted to display To: instead of From: headers in that group's summary buffer. Here are that group's parameters (last 5 lines are practically cut'n'pasted from the gnus info): ((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") (gnus-ignored-from-addresses . "dima")) It does not work, hence my 2 questions: 1) Why? What have I done wrong? 2) Why is it all so complicated? What's the big deal with replacing "To:" with "From:" in a summary line? The headers are in the messages, why do I need to write all that stuff about extra headers and ignored addresses instead of just specifying a different gnus-summary-line-format? There *must* be a reason, but I did not get it at all, and would appreciate somebody to kindly enlighten me. Many thanks. -- Cheers, -Dima.