From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3877 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus Summary Line Format: how to include the To field Date: Thu, 10 Jun 2004 23:00:05 +0200 Organization: http://purl.org/harder/ Message-ID: References: <86zn7byzmi.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669893 20744 80.91.229.2 (31 Jan 2006 01:11:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:11:33 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:53 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Uwe Brauer writes: > I would like to have the same format in gnus as I have in vm that is > roughly > > It should contain From To Date Subject that is handy for my mail I > have to see how it looks for news. In any case I played around and > could not set it, any suggestions. You can use %~(form (gnus-extra-header 'To))@ in your `gnus-summary-line-format' to display the To header. So the format might look something like: "%U%R%z%-23,23a %-23,23~(form (gnus-extra-header 'To))@ %d %s\n" Also look at the %f specifier which displays To instead of From if the > From header is too boring, e.g. yourself. -- Jesper Harder