From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20150 Path: main.gmane.org!not-for-mail From: George J McNinch Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch to show `To' header Date: 08 Jan 1999 09:47:19 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: George McNinch NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158495 16222 80.91.224.250 (21 Oct 2002 00:01:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:01:35 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA00315 for ; Fri, 8 Jan 1999 09:47:59 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB24994; Fri, 8 Jan 1999 08:47:42 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Jan 1999 08:47:51 -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 IAA18905 for ; Fri, 8 Jan 1999 08:47:43 -0600 (CST) Original-Received: from galois.math.nd.edu (galois.math.nd.edu [129.74.5.234]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA00297 for ; Fri, 8 Jan 1999 09:47:37 -0500 (EST) Original-Received: (from gmcninch@localhost) by galois.math.nd.edu (980427.SGI.8.8.8/970903.SGI.AUTOCF) id JAA14223; Fri, 8 Jan 1999 09:47:19 -0500 (EST) Original-To: Stefan Waldherr , ding@gnus.org In-Reply-To: Stefan Waldherr's message of "08 Jan 1999 15:23:51 +0100" Original-Lines: 23 User-Agent: Gnus/5.070066 (Pterodactyl Gnus v0.66) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20150 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20150 >>>>> "Stefan" == Stefan Waldherr writes: Stefan> Hi, Stefan> attached is a patch (that works also for pgnus) that shows Stefan> the content of the `To' field instead of one's own name in Stefan> the Summary buffer if the mail is from oneself. This Stefan> feature is very convenient and ought to be integrated into Stefan> pgnus (in this form or another). I get this behavior now via (setq gnus-ignored-from-addresses "") The summary buffer then uses [-> to-field] instead of the From field for mails from me. Best, george