Gnus development mailing list
 help / color / mirror / Atom feed
* Use Gcc whenever message-mail is called
@ 1999-10-06 16:46 Jack Vinson
  1999-11-06  3:57 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Vinson @ 1999-10-06 16:46 UTC (permalink / raw)


Hey Gang,

I have tried this a few different ways and have never been successful.  I
want to make sure message inserts the Gcc header whenever Gnus is an active
package.

I tried something like this:
;; This simply adds GCC stuff to messages when Gnus is alive.
(add-hook 'message-header-setup-hook
	  '(lambda ()
	     (if (featurep 'gnus) 
		 (gnus-inews-insert-archive-gcc))))

But this never seems to work quite right.  

There is no problem if I am calling message-mail from a gnus function like
gnus-group-mail or gnus-summary-mail*.  But when I call plain old
message-mail, I can't get the Gcc header to pop up.  

Any ideas?

-- 
Jack Vinson
Bart: I will finish what I sta_.



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

end of thread, other threads:[~1999-11-15  3:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-06 16:46 Use Gcc whenever message-mail is called Jack Vinson
1999-11-06  3:57 ` Lars Magne Ingebrigtsen
1999-11-15  3:34   ` Rob Browning

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