From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24130 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: mail archival idea/feature request Date: 10 Jul 1999 23:23:02 +0200 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 1035161749 7050 80.91.224.250 (21 Oct 2002 00:55:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:55:49 +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 RAA20220 for ; Sat, 10 Jul 1999 17:27:28 -0400 (EDT) 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 QAB29109; Sat, 10 Jul 1999 16:24:02 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 10 Jul 1999 16:24:49 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA00082 for ; Sat, 10 Jul 1999 16:24:39 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20144 for ; Sat, 10 Jul 1999 17:23:35 -0400 (EDT) Original-Received: from petty.cs.uni-dortmund.de (petty.cs.uni-dortmund.de [129.217.20.161]) by waldorf.cs.uni-dortmund.de with SMTP id XAA03345 for ; Sat, 10 Jul 1999 23:23:03 +0200 (MES) Original-Received: (grossjoh@localhost) by petty.cs.uni-dortmund.de id XAA01579; Sat, 10 Jul 1999 23:23:03 +0200 Original-To: ding@gnus.org In-Reply-To: Andrew Hobson's message of "10 Jul 1999 09:53:00 -0400" Original-Lines: 19 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3.11 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24130 Andrew Hobson writes: > I guess I could change my format string to print out the date, but I > really don't want it there except when doing searches. You can even add stuff to gnus-summary-mode-hook which only puts in the date when in nnir groups. Let's see... (defun my-gnus-summary-line-format () (when (string-match "^nnir" gnus-newsgroup-name) (make-local-variable 'gnus-summary-line-format) (setq gnus-summary-line-format "SPECIAL FORMAT GOES HERE"))) (add-hook 'gnus-summary-mode-hook 'my-gnus-summary-line-format) Does this work? kai -- Life is hard and then you die.