Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: September Gnus 0.69 is released
Date: 11 Apr 1996 00:38:49 -0700	[thread overview]
Message-ID: <m2ag0jyzue.fsf@deanna.miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 09 Apr 1996 19:47:33 -0700

More cleanup on the message-mode update.  Gnus-setup no longer
properly initializes mailcrypt.
===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.75
diff -u -r1.75 ChangeLog
--- ChangeLog	1996/04/10 04:19:20	1.75
+++ ChangeLog	1996/04/11 07:33:15
@@ -1,3 +1,8 @@
+Thu Apr 11 00:32:33 1996  Steven L Baur  <steve@miranova.com>
+
+	* gnus-setup.el (gnus-use-mailcrypt): Attach mailcrypt
+	initialization to message-mode-hook.
+
 Wed Apr 10 00:25:17 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>
 
 	* nnvirtual.el (nnvirtual-close-group): Nix out variables.

===================================================================
RCS file: RCS/gnus-setup.el,v
retrieving revision 1.9
diff -u -r1.9 gnus-setup.el
--- gnus-setup.el	1996/04/09 02:49:40	1.9
+++ gnus-setup.el	1996/04/11 07:31:44
@@ -103,9 +103,7 @@
  	  (setq load-path (cons gnus-mailcrypt-lisp-directory load-path)))
       (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 'news-mode-hook 'mc-install-write-mode)
-      (add-hook 'news-reply-mode-hook 'mc-install-write-mode)
+      (add-hook 'message-mode-hook 'mc-install-write-mode)
       (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
       (if gnus-use-mhe
 	  (progn

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


      reply	other threads:[~1996-04-11  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-10  2:47 Lars Magne Ingebrigtsen
1996-04-11  7:38 ` Steven L Baur [this message]

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=m2ag0jyzue.fsf@deanna.miranova.com \
    --to=steve@miranova.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).