Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Vinson <vinson@unagi.cis.upenn.edu>
Subject: Use Gcc whenever message-mail is called
Date: 06 Oct 1999 11:46:01 -0500	[thread overview]
Message-ID: <wkemf8tp2u.fsf@chevax.ecs.umass.edu> (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_.



             reply	other threads:[~1999-10-06 16:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-06 16:46 Jack Vinson [this message]
1999-11-06  3:57 ` Lars Magne Ingebrigtsen
1999-11-15  3:34   ` Rob Browning

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wkemf8tp2u.fsf@chevax.ecs.umass.edu \
    --to=vinson@unagi.cis.upenn.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).