[Noffle-users] Re: reflecting X-NOFFLE-Status in gnus *Summary* buffer
Brought to you by:
bears
From: Dan J. <ji...@ji...> - 2004-09-28 23:49:48
|
The following message is a courtesy copy of an article that has been posted to gnu.emacs.gnus as well. Odd, one day I had a modem hiccup and this started working, (setq gnus-extra-headers '(To Newsgroups X-NOFFLE-Status)) (setq gnus-summary-line-format ;"%U%R%z%I%(%t|%~(cut-left 3)d%~(max-right 2)d%4L|%-20,20f%):%s\n") (concat "%U%R%z%I%(%t|%~(cut-left 3)d%~(max-right 2)d%4L|%-20,20f%):" "%~(max-right 1)~(form(gnus-extra-header 'X-NOFFLE-Status))@" " %s" "\n")) But only for some of the articles from some of the groups... I will continue observations. Note I have not arrived at the idea X-NOFFLE-Status slice yet. I am first observing if I get any string at all. |