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

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

Re: Set Organization in gnus


From: Oliver Scholz
Subject: Re: Set Organization in gnus
Date: Wed, 11 Sep 2002 16:28:39 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

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é!


reply via email to

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