info-gnus-english
[Top][All Lists]
Advanced

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

Re: Multiple "From" addresses


From: Marcel Dischinger
Subject: Re: Multiple "From" addresses
Date: Tue, 28 Sep 2004 16:02:28 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

Matt Jones <matt_jones@blueyonder.co.uk> writes:

> If I reply to a message from mail.source.two, I want my "From" address
> to be different from 'user-mail-address'. How do I configure this in
> .gnus.el ?

Look for gnus-posting-styles in the manual.

It's then something like that (for example!):


(setq gnus-posting-styles
      '(
        ;;* Default
        (".*" (address "foo@bar.org"))
        ;;* For special folders
        ("^.*Own\\|^.*Gnus" (address "bar@foo.org"))
))

Marcel
-- 
Murphy's Computer Law
A computer program will always do what you tell it to do, but
rarely what you want it to do.

reply via email to

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