Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-ignored-from-addresses to be used?
@ 2000-06-10 19:04 Karl Eichwalder
  2000-06-10 19:30 ` Nevin Kapur
  2000-06-10 19:33 ` Kai Großjohann
  0 siblings, 2 replies; 4+ messages in thread
From: Karl Eichwalder @ 2000-06-10 19:04 UTC (permalink / raw)


I'm using Gnus from the CVS (this morning, European time).

At the moment I receive mail as keichwa@gmx.net (preferred) and
ke@gnu.franken.de (that's the "real" name).  Therefore I've set:

(setq gnus-ignored-from-addresses "\\(ke@gnu.franken.de\\|keichwa@gmx.net\\)")

and my archive groups are displayed as I like it.  In addition my hope
was that Gnus wouldn't put keichwa@gmx.net into the Cc header line if I
`F' to a received mail.

Is it possible to tell Gnus never to send a reply (Cc:) to
keichwa@gmx.net?

-- 
work : ke@suse.de                          |          ------    ,__o
     : http://www.suse.de/~ke/             |         ------   _-\_<,
home : keichwa@gmx.net                     |        ------   (*)/'(*)





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

* Re: gnus-ignored-from-addresses to be used?
  2000-06-10 19:04 gnus-ignored-from-addresses to be used? Karl Eichwalder
@ 2000-06-10 19:30 ` Nevin Kapur
  2000-06-10 19:33 ` Kai Großjohann
  1 sibling, 0 replies; 4+ messages in thread
From: Nevin Kapur @ 2000-06-10 19:30 UTC (permalink / raw)


>>>>> "KE" == Karl Eichwalder <keichwa@gmx.net> writes:

 [...]

 KE> Is it possible to tell Gnus never to send a reply (Cc:) to
 KE> keichwa@gmx.net?

Set the variable message-dont-reply-to-names.

N.





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

* Re: gnus-ignored-from-addresses to be used?
  2000-06-10 19:04 gnus-ignored-from-addresses to be used? Karl Eichwalder
  2000-06-10 19:30 ` Nevin Kapur
@ 2000-06-10 19:33 ` Kai Großjohann
  2000-06-10 19:47   ` Karl Eichwalder
  1 sibling, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2000-06-10 19:33 UTC (permalink / raw)
  Cc: ding

Karl Eichwalder <keichwa@gmx.net> writes:

> [...]  Therefore I've set:
> 
> (setq gnus-ignored-from-addresses "\\(ke@gnu.franken.de\\|keichwa@gmx.net\\)")
> 
> and my archive groups are displayed as I like it.  In addition my hope
> was that Gnus wouldn't put keichwa@gmx.net into the Cc header line if I
> `F' to a received mail.
> 
> Is it possible to tell Gnus never to send a reply (Cc:) to
> keichwa@gmx.net?

The variable that Gnus looks at for `F' is different:
message-dont-reply-to-names.  Note that the matching might be done in a
strange way.  (Regexp must match beginning of mail address?
Implicitly surrounded by "\\<...\\>"?  Something else?  I'm not sure
what the code currently does.)

kai
-- 
I like BOTH kinds of music.



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

* Re: gnus-ignored-from-addresses to be used?
  2000-06-10 19:33 ` Kai Großjohann
@ 2000-06-10 19:47   ` Karl Eichwalder
  0 siblings, 0 replies; 4+ messages in thread
From: Karl Eichwalder @ 2000-06-10 19:47 UTC (permalink / raw)
  Cc: ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> The variable that Gnus looks at for `F' is different:
> message-dont-reply-to-names.  Note that the matching might be done in a
> strange way.  (Regexp must match beginning of mail address?
> Implicitly surrounded by "\\<...\\>"?  Something else?  I'm not sure
> what the code currently does.)

Thanks, Kai.  This setting does the trick for my purposes:

(setq message-dont-reply-to-names "\\(ke@gnu.franken.de\\|keichwa@gmx.net\\)")

-- 
work : ke@suse.de                          |          ------    ,__o
     : http://www.suse.de/~ke/             |         ------   _-\_<,
home : keichwa@gmx.net                     |        ------   (*)/'(*)




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

end of thread, other threads:[~2000-06-10 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-10 19:04 gnus-ignored-from-addresses to be used? Karl Eichwalder
2000-06-10 19:30 ` Nevin Kapur
2000-06-10 19:33 ` Kai Großjohann
2000-06-10 19:47   ` Karl Eichwalder

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