Gnus development mailing list
 help / color / mirror / Atom feed
* How to strip names out of To: and CC:
@ 2007-10-18 17:42 jidanni
  2007-10-18 18:53 ` Reiner Steib
  0 siblings, 1 reply; 18+ messages in thread
From: jidanni @ 2007-10-18 17:42 UTC (permalink / raw)
  To: ding

How can I use message-header-setup-hook
to make
To: Bob Dobbs <b@d.c>
become
To: b@d.c

(Something like what mail-extr-ignore-single-names or
mail-extr-ignore-realname-equals-mailbox-name do but more intense.)



^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: How to strip names out of To: and CC:
@ 2007-11-09  3:26 jidanni
  2007-11-09 17:54 ` jidanni
  2008-03-19 16:46 ` Reiner Steib
  0 siblings, 2 replies; 18+ messages in thread
From: jidanni @ 2007-11-09  3:26 UTC (permalink / raw)
  To: ding

Dear Gnus Pals: I have changed the function message-get-reply-headers.
I have put the new version, all 200+ lines of it, in my .gnus.el file.

;;jidanni changed
;;	       (cons (downcase (mail-strip-quoted-names addr)) addr))
;;to
	       (cons (downcase (mail-strip-quoted-names addr))
		     (downcase (mail-strip-quoted-names addr))))
;;to avoid looking like a fool, even more consistantly than
;;mail-extr-ignore-realname-equals-mailbox-name and
;;mail-extr-ignore-single-names could, before gnus ignored them anyway

Of course you, the authors, could kindly add one little variable, say
message-austere-to-cc-reply, to toggle so we can avoid having to
redefine the whole hundreds line function.

No, this one line change cannot be done with one line in some hook, so
forget that.



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

end of thread, other threads:[~2010-02-03 20:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-18 17:42 How to strip names out of To: and CC: jidanni
2007-10-18 18:53 ` Reiner Steib
2007-10-20 19:30   ` jidanni
2007-10-21  5:54     ` Daniel Pittman
2007-10-24 18:52       ` jidanni
2007-10-24 20:03         ` Reiner Steib
2007-10-24 22:06           ` jidanni
2007-10-24 23:16             ` Bastien
2007-10-24 23:25               ` jidanni
2007-11-09  3:26 jidanni
2007-11-09 17:54 ` jidanni
2008-03-19 16:46 ` Reiner Steib
2008-03-21  3:16   ` jidanni
2008-03-21  7:35     ` Reiner Steib
2010-02-03  3:02       ` jidanni
2010-02-03 19:25         ` jidanni
2010-02-03 19:48           ` Reiner Steib
2010-02-03 20:15             ` jidanni

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