Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus 0.16] Can't decrypt encrypted MIME mail
@ 1995-11-27  1:28 Steven L. Baur
  0 siblings, 0 replies; only message in thread
From: Steven L. Baur @ 1995-11-27  1:28 UTC (permalink / raw)


This appears to be a fairly old one, dating back probably to before my
time, and should affect both Emacsen.

There is a problem with mailcrypt and reading PGP encrypted messages
that are inside of MIME messages.  NOTE:  This is apparently not
mailcrypt's fault.

The fix for this case is trivial, the function changed is not called
by anything else in Gnus, however it is a global entry point (as
evidenced by its usage in mailcrypt).

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.4
diff -u -r1.4 ChangeLog
--- 1.4	1995/11/26 22:57:02
+++ ChangeLog	1995/11/27 00:57:10
@@ -1,5 +1,8 @@
 Sun Nov 26 14:46:55 1995  Steven L. Baur  <steve@diana.miranova.com>
 
+	* gnus.el (gnus-summary-edit-article): force read of articles
+	that Gnus thinks are pseudos.
+
 	* gnus.el (gnus-no-server): typo prevented entry to gnus
 
 Sun Nov 26 15:15:29 1995  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
===================================================================
RCS file: RCS/gnus.el,v
retrieving revision 1.5
diff -u -r1.5 gnus.el
--- 1.5	1995/11/27 00:37:03
+++ gnus.el	1995/11/27 00:37:45
@@ -10344,7 +10344,7 @@
   (when (and (not force)
 	     (gnus-group-read-only-p))
     (error "The current newsgroup does not support article editing."))
-  (gnus-summary-select-article t)
+  (gnus-summary-select-article t t t)
   (gnus-configure-windows 'article)
   (select-window (get-buffer-window gnus-article-buffer))
   (gnus-message 6 "C-c C-c to end edits")

-- 
steve@miranova.com baur


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-27  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-27  1:28 [sgnus 0.16] Can't decrypt encrypted MIME mail Steven L. Baur

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