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

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

Re: How to change the default name in header?


From: Slackrat
Subject: Re: How to change the default name in header?
Date: Wed, 14 Mar 2007 09:14:07 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

* Matthew Zhou <zhouyan1986@gmail.com> a écrit
> I want to chagne make the neme in the field Frome: be a name other
> than my user name of the system by default.


(setq gnus-posting-styles
      '((".*"

;; BASIC
;; #####
         (signature-file "~/.signature/bill")
         (name mail-user-name)
         (address "inconnu@azurservers.com")
         ("X-Homepage" "http://azurservers.com/";)
         ("X-Operating-System" "Slackware GNU/Linux --current");;       
         ("X-GUARANTEE1" "This email is Guaranteed to have been free of any 
malevolent
              content or attachments when sent from <user>@azurservers.com.
              Azurservers.com publishes SPF records and any UCE or otherwise
              harmful content should be reported to abuse@azurservers.com")
         (organization "Front National [http://www.frontnational.com]";))
         (signature-file "~/.signature/my-standard-signature")

;; SPECIAL
;; #######
;;
;; REC 
        ("rec"
         (name "Name For This Group")
         ("From" "Name For This Group <whoever-I-am@azurservers.com>")
         (signature-file "~/.signature/sig-for-this-group")
         ("Fcc" "~/Mail/sent-rec"))
;; ALT
        ("alt"
         (name "Another Name")
         ("From" "Another Name <my-name@azurservers.com>")
         (signature-file "~/.signature/another-signature")
         ("Fcc" "~/Mail/sent-alt"))  ))


-- 
Regards, Slackrat [Bill Henderson] [No _4Q_ for direct email]


reply via email to

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