[Noffle-users] Re: reflecting X-NOFFLE-Status in gnus *Summary* buffer
Brought to you by:
bears
From: Dan J. <ji...@ji...> - 2004-09-29 06:00:54
|
The following message is a courtesy copy of an article that has been posted to gnu.emacs.gnus as well. Done. (setq gnus-agent nil) ;we use noffle (setq nntp-nov-is-evil t);get X-NOFFLE-Status always (setq gnus-extra-headers '(To Newsgroups X-NOFFLE-Status)) (setq gnus-summary-line-format (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))@" ;I want to use s/([A-Z])[A-Z]+/\1/g; s/ //g; above to get the first ;letter of all the items on the X-NOFFLE-Status line, but don't know ;how in gnus, so we just get the first letter. " %s" "\n")) (setq nnmail-extra-headers gnus-extra-headers) |