all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* please help me!
@ 2009-10-25 15:47 waterloo
  2009-10-26  2:46 ` rustom
  2009-10-26  7:12 ` Andreas Politz
  0 siblings, 2 replies; 4+ messages in thread
From: waterloo @ 2009-10-25 15:47 UTC (permalink / raw)
  To: help-gnu-emacs

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 :-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: please help me!
  2009-10-25 15:47 please help me! waterloo
@ 2009-10-26  2:46 ` rustom
  2009-10-26  3:49   ` 小桥流水人家
  2009-10-26  7:12 ` Andreas Politz
  1 sibling, 1 reply; 4+ messages in thread
From: rustom @ 2009-10-26  2:46 UTC (permalink / raw)
  To: help-gnu-emacs

On Oct 25, 8:47 pm, qkbey...@gmail.com (waterloo) wrote:
> 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 :-)

You may get help if you use a meaningful subject line -- at the least
Sub: gnus help
or better
Sub: gnus summary help

[Sorry I dont know gnus]


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: please help me!
  2009-10-26  2:46 ` rustom
@ 2009-10-26  3:49   ` 小桥流水人家
  0 siblings, 0 replies; 4+ messages in thread
From: 小桥流水人家 @ 2009-10-26  3:49 UTC (permalink / raw)
  To: help-gnu-emacs

Thank your suggestion


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: please help me!
  2009-10-25 15:47 please help me! waterloo
  2009-10-26  2:46 ` rustom
@ 2009-10-26  7:12 ` Andreas Politz
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Politz @ 2009-10-26  7:12 UTC (permalink / raw)
  To: help-gnu-emacs

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-26  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-25 15:47 please help me! waterloo
2009-10-26  2:46 ` rustom
2009-10-26  3:49   ` 小桥流水人家
2009-10-26  7:12 ` Andreas Politz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.