From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34410 Path: main.gmane.org!not-for-mail From: Charles Sebold Newsgroups: gmane.emacs.gnus.general Subject: Re: dot gnus files Date: 26 Jan 2001 08:40:04 -0600 Organization: Ministry of Silly Walks Sender: owner-ding@hpc.uh.edu Message-ID: References: <87g0i8abzv.fsf@pcgboerrigter.i2c-systems.com> <5bofwwzjsn.fsf@avocet.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170341 30257 80.91.224.250 (21 Oct 2002 03:19:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:19:01 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id B4E46D049D for ; Fri, 26 Jan 2001 09:40:42 -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.3/8.9.3) with ESMTP id IAC26947; Fri, 26 Jan 2001 08:40:31 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Jan 2001 08:39:48 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA11736 for ; Fri, 26 Jan 2001 08:39:37 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id 76747D049D for ; Fri, 26 Jan 2001 09:40:06 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id PAA02549 for ding@gnus.org; Fri, 26 Jan 2001 15:40:24 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: webuser229.lcms.org Original-X-Trace: quimby.gnus.org 980520024 14725 208.167.163.229 (26 Jan 2001 14:40:24 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 26 Jan 2001 14:40:24 GMT X-Face: KviMK/n@>[)^qaI{Lpl^/~TBbx0FI*=>m%|v%69pVbA~Eu+@S3?[ioF>k}7b0(TZIle..zs -U=po%Tr;2bo,WH01K|,QP7}+-&kb^QO Already asked this...some examples somewhere? Like in some groups I > want to show the recipient of the mail, not the sender etc... Check the info file, under "To From Newsgroups", I believe. I have in my .gnus: (setq gnus-summary-line-format "%U%R%z %d %I%(%[%4L:%ub%-16,16f %]%) %s ") (setq gnus-extra-headers '(To Newsgroups)) (setq nnmail-extra-headers gnus-extra-headers) (setq gnus-ignored-from-addresses "Charles Sebold\\|SEBOLD.*lcms\\.org") The important thing about the gnus-summary-line-format is the use of "f", which allows Gnus to substitute whatever is appropriate. Afer setting all of the above you will have to run nnml-generate-nov-databases to get it to use the correct headers. -- Charles Sebold Random Answer to an Emacs Very Frequently Asked Question: C-up, S-f1, etc. may require special terminal settings under Emacs on a tty. -- 2nd of Shevat, 5761 -- A novice was trying to fix a broken Lisp machine by turning the power off and on. Knight, seeing what the student was doing, spoke sternly: "You cannot fix a machine by just power-cycling it with no understanding of what is going wrong." Knight turned the machine off and on. The machine worked.