Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to change the default name in header?
@ 2007-03-14  6:12 Matthew Zhou
  2007-03-14  8:14 ` Slackrat
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Zhou @ 2007-03-14  6:12 UTC (permalink / raw)
  To: info-gnus-english

I want to chagne make the neme in the field Frome: be a name other
than my user name of the system by default.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to change the default name in header?
  2007-03-14  6:12 How to change the default name in header? Matthew Zhou
@ 2007-03-14  8:14 ` Slackrat
  0 siblings, 0 replies; 2+ messages in thread
From: Slackrat @ 2007-03-14  8:14 UTC (permalink / raw)
  To: info-gnus-english


* 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]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-14  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-14  6:12 How to change the default name in header? Matthew Zhou
2007-03-14  8:14 ` Slackrat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).