Gnus development mailing list
 help / color / mirror / Atom feed
From: John Twilley <jmt@nda.nda.com>
Subject: Help with Mailcrypt and Gnus
Date: 23 May 1997 15:23:04 -0400	[thread overview]
Message-ID: <wvvg1veuh5z.fsf@nda.nda.com> (raw)

I followed the directions in Mailcrypt's help for working with Gnus,
but can't seem to automagically have mc-install-write-mode run when
typing 'm' while inside Gnus.  It seems to work when I type C-x m,
though.  Here's the relevant part of my .emacs:

--begin snippet of .emacs--
;;; Mailcrypt
(autoload 'mc-install-write-mode "mailcrypt" nil t)
(autoload 'mc-install-read-mode "mailcrypt" nil t)
(add-hook 'mail-mode-hook 'mc-install-write-mode)
(add-hook 'rmail-mode-hook 'mc-install-read-mode)
(add-hook 'rmail-summary-mode-hook 'mc-install-read-mode)
(add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
(add-hook 'news-reply-mode-hook 'mc-install-write-mode)
--end snippet of .emacs--

Help?
Jack.
-- 
John Twilley | Net Daemons Associates, Inc.       | Voice: (617) 937-3338
jmt@nda.com  | 800 West Cummings Park, Suite 2050 | Fax:   (617) 937-3775
New Address! | Woburn, MA 01801                   | Pager: (617) 671-7580


             reply	other threads:[~1997-05-23 19:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-23 19:23 John Twilley [this message]
1997-05-23 19:55 ` Richard Stanton

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=wvvg1veuh5z.fsf@nda.nda.com \
    --to=jmt@nda.nda.com \
    /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).