From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4100 Path: main.gmane.org!not-for-mail From: "Steven L. Baur" Newsgroups: gmane.emacs.gnus.general Subject: [sgnus 0.16] Can't decrypt encrypted MIME mail Date: Sun, 26 Nov 1995 17:28:35 -0800 Message-ID: <199511270128.RAA25854@miranova.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.27) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035144897 28517 80.91.224.250 (20 Oct 2002 20:14:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:14:57 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id SAA25977 for ; Sun, 26 Nov 1995 18:16:59 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 27 Nov 1995 02:28:28 +0100 Original-Received: (from steve@localhost) by miranova.com (8.6.11/8.6.9) id RAA25854; Sun, 26 Nov 1995 17:28:35 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Xref: main.gmane.org gmane.emacs.gnus.general:4100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4100 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 + * 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 =================================================================== 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