Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Whats the purpose off user-mail-address ?
@ 2002-04-19  9:49 Pat Colbeck
       [not found] ` <vpq1ydcq8mh.fsf@montrose.imag.fr>
  0 siblings, 1 reply; 3+ messages in thread
From: Pat Colbeck @ 2002-04-19  9:49 UTC (permalink / raw)


Hi

I am usinging posting styles and have noticed that changing the value
of "user-mail-address" does not cause a change in the "From:" address
people see in my E-mails. The compose mail buufer dutifully displays
"user-mail-address" as whatever I set it to but it doesnt actually
seem to do anything useful. If I add "address" to each stanza of my
posting styles then the From address is actually changed.

Anyone care to enlighten me on whats going on ?

Example posting styles below:-

This doesnt work

(setq gnus-posting-styles
	'((".*"
		(user-full-name "Pat Colbeck")
		(user-mail-address "pcolbeck@bashq.org")
		(signature-file "~/.signatures/bashq.sig"))
	  ("^nnmaildir:azlan"
	  	(user-full-name "Pat Colbeck")
		(user-mail-address "pat.colbeck@esc.azlan.co.uk")
		(signature-file "~/.signatures/azlan.sig"))

This does

(setq gnus-posting-styles
	'((".*"
		(user-full-name "Pat Colbeck")
		(user-mail-address "pcolbeck@bashq.org")
		(address "pat.colbeck@esc.azlan.co.uk")
		(signature-file "~/.signatures/bashq.sig"))
	  ("^nnmaildir:azlan"
	  	(user-full-name "Pat Colbeck")
		(user-mail-address "pat.colbeck@esc.azlan.co.uk")
		(address "pat.colbeck@esc.azlan.co.uk")
		(signature-file "~/.signatures/azlan.sig"))


-- 
-----------------------------------
Pat Colbeck
E-mail:	pcolbeck@bashq.org
Tel:	I'm not telling
-----------------------------------


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

end of thread, other threads:[~2002-04-19 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-19  9:49 Whats the purpose off user-mail-address ? Pat Colbeck
     [not found] ` <vpq1ydcq8mh.fsf@montrose.imag.fr>
2002-04-19 11:04   ` Pat Colbeck
     [not found]     ` <vpqpu0worl5.fsf@montrose.imag.fr>
2002-04-19 11:40       ` Pat Colbeck

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).