Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Default recipient per group
@ 2005-01-09 16:40 Julian Grahsl
  2005-01-10 17:44 ` David Z Maze
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Grahsl @ 2005-01-09 16:40 UTC (permalink / raw)



Hello folks !

I am wondering how i could setup gnus in a way that starting a new
mail-message inside a mail-group with "m" will automatically set the
"To: " address of the new message. I maintain a seperate group for a
few people i mail a lot with, so when i enter the group "Peter" and i
start a new message, I would like to see that persons email-address
already in place.

I tried using group-parameters like that:

--SNIP--
(setq gnus-parameters '(
      (".*Peter.*"
        ... some stuff ...
        (to-address . "peter@mail.com")
)))
--SNIP--

But this has no effect. BTW the other group parameters I set near
"...some stuff..." work perfectly.

I could

--SNIP-- 
(setq (message-default-mail-headers "To: peter@mail.com"))
--SNIP--

but then of course, this is used always, no matter what group i am in.
Maybe somebody has an idea on this one, gnus is surely capable of
doing this. (But i am not :-(

Greetings, Julian


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

end of thread, other threads:[~2005-01-10 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-09 16:40 Default recipient per group Julian Grahsl
2005-01-10 17:44 ` David Z Maze

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