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

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

Re: mai laddress rewrite


From: Peter Wu
Subject: Re: mai laddress rewrite
Date: Fri, 06 Oct 2006 20:13:54 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On Fri, 06 Oct 2006 23:58:27 +0200, Renee Klawitter wrote:

> Hi there!  I'm trying to rewrite my address when posting through nntp;
> as you can see, without luck.  I've skimmed through the gnus help and
> found:
>
> (setq gnus-posting-styles
>       '(("nntp:.*";
>          (address "klawitter(at)email(dot)de"))))
>
> But that obviously didn't do the trick. What did I miss ?

This is mine.

;; gnus posting styles
(setq gnus-posting-styles
      '((".*"                          ;;  default settings
         (address "peterwu@somewhere.com"))
        ((message-news-p)               ;; for news
         (address "peterwu@hotmail.com")))) 

HTH.

-- 
Peter Wu
Powered by Gentoo GNU/Linux 2.6.17


reply via email to

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