Gnus development mailing list
 help / color / mirror / Atom feed
* Help with Mailcrypt and Gnus
@ 1997-05-23 19:23 John Twilley
  1997-05-23 19:55 ` Richard Stanton
  0 siblings, 1 reply; 2+ messages in thread
From: John Twilley @ 1997-05-23 19:23 UTC (permalink / 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


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

* Re: Help with Mailcrypt and Gnus
  1997-05-23 19:23 Help with Mailcrypt and Gnus John Twilley
@ 1997-05-23 19:55 ` Richard Stanton
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stanton @ 1997-05-23 19:55 UTC (permalink / raw)
  Cc: ding

You also need to add 

(add-hook 'message-mode-hook 'mc-install-write-mode)

Richard Stanton


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

end of thread, other threads:[~1997-05-23 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-23 19:23 Help with Mailcrypt and Gnus John Twilley
1997-05-23 19:55 ` Richard Stanton

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