* Re: Set Organization in gnus
[not found] <alnc4b$av0@news.Informatik.Uni-Oldenburg.DE>
2002-09-11 12:53 ` Set Organization in gnus Kai Großjohann
@ 2002-09-11 14:28 ` Oliver Scholz
1 sibling, 0 replies; 2+ messages in thread
From: Oliver Scholz @ 2002-09-11 14:28 UTC (permalink / raw)
norbert.rump@gmx.de writes:
> Hi folks,
>
> how can I set the value of "Organization", which appears in the header
> of usenet-postings?
>
> Any hint will be appreciated,
I guess, you can do it in a billion ways. Personally I use
posting-styles (search for this keyword in the manual). This allows me
to define the "Organization"-Header group-wise.
From my .gnus:
(setq gnus-posting-styles
'(
;; ...
;; lots of other posting-styles ommitted
;; ...
("ml.dll\\|institutschaft08\\|ml.philo-fraktion"
(from "Oliver Scholz <oliver@jungdemokratenhessen.de>")
(organization "Jungdemokraten Hessen e.V.")
;; ^^^^^^^^^
(signature (concat
"/\"\\ ASCII Ribbon Campaign "
(progn (require 'cal-french)
(calendar-french-date-string)) "\n"
"\\ / No HTML or RTF in mail "
"Liberté, Egalité, Fraternité!\n"
" X No MS-Word in mail\n"
"/ \\ Respect Open Standards")))))
-- Oliver
--
25 Fructidor an 210 de la Révolution
Liberté, Egalité, Fraternité!
^ permalink raw reply [flat|nested] 2+ messages in thread