Gnus development mailing list
 help / color / mirror / Atom feed
From: "Edward J. Sabol" <sabol@thuban.gsfc.nasa.gov>
Subject: Re: Double citation headers in Gnus.
Date: Tue, 7 Nov 1995 15:43:18 -0500	[thread overview]
Message-ID: <199511072043.PAA16752@thuban.gsfc.nasa.gov> (raw)
In-Reply-To: <199511071730.LAA22954@galil.austnsc.tandem.com.> (message from Sten Drescher on Tue, 7 Nov 1995 11:30:37 -0600 (CST))

Excerpts from mail: (07-Nov-95) Re: Double citation headers in Gnus. by Sten Drescher
>  	Ah, is this a good idea? Mailcrypt also installs into
> news-reply-header-hook (as well as mail-mode-hook) - is this a case of
> living with doubled headers or without Mailcrypt, or will Mailcrypt
> work regardless?

No, it's ok, just setq the hook to nil *before* add-hook'ing the mailcrypt
routine. So in your .emacs, do the following:

(setq news-reply-header-hook nil)
(add-hook 'news-reply-mode-hook 'mc-install-write-mode)

in that order (and along with all the other MailCrypt installation stuff).

Later,
Ed


       reply	other threads:[~1995-11-07 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199511071730.LAA22954@galil.austnsc.tandem.com.>
1995-11-07 20:43 ` Edward J. Sabol [this message]
1995-11-07 22:32   ` Christopher Davis
1995-11-06 21:46 Sten Drescher
1995-11-06 23:15 ` Christopher Davis
1995-11-07 17:30   ` Sten Drescher

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=199511072043.PAA16752@thuban.gsfc.nasa.gov \
    --to=sabol@thuban.gsfc.nasa.gov \
    /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).