help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: please help me!


From: Andreas Politz
Subject: Re: please help me!
Date: Mon, 26 Oct 2009 08:12:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

qkbeyond@gmail.com (waterloo) writes:

> Hi, now i use gnus to read newsgroup .
> i want to display Post time of article in the Summary buffer .
> How will I set up? 
> thank you :-)


(setq gnus-summary-line-format
      (concat
       "%0{%U%R%}"
       ;; date
       "%10{│%}" "%10{%d%}" "%10{│%}"
       ;; From: or To:
       "%(%-20,20f %)"
       "%10{│%}"
       ;; thread and subject
       "%10{%*%B%}" "%s\n"))

Read the help of `gnus-summary-line-format' and, of course, the manual.

-ap





reply via email to

[Prev in Thread] Current Thread [Next in Thread]