From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32382 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Attached pgp and mailcrypt Date: 09 Sep 2000 11:51:42 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035168660 19395 80.91.224.250 (21 Oct 2002 02:51:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:51:00 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id E920FD051E for ; Sat, 9 Sep 2000 16:56:40 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAC00233; Sat, 9 Sep 2000 15:56:28 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 09 Sep 2000 15:54:33 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA19315 for ; Sat, 9 Sep 2000 15:54:22 -0500 (CDT) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 3F145D051E for ; Sat, 9 Sep 2000 16:54:46 -0400 (EDT) Original-Received: (qmail 16954 invoked from network); 9 Sep 2000 20:54:45 -0000 Original-Received: from adsl-116-86.ln.networkone.net (HELO reader.ptw.com) (209.144.116.86) by mail.networkone.net with SMTP; 9 Sep 2000 20:54:45 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id NAA24705; Sat, 9 Sep 2000 13:54:43 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "09 Sep 2000 11:51:15 +0200" User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 Original-Lines: 43 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32382 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32382 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > On 08 Sep 2000, Harry Putnam wrote: >=20 > > Thanks Kai.... That works. I guess this is what should be in the > > comments: >=20 > I have now frobbed the comments a little. What do you think? That proceedure doesn't do it here. ;; Installation: put the following statement in ~/.gnus: ;; (rfc2015-setup) Still mailcrypt is blind to pgp encoded messages that are attached'. Seems to need to be added to a hook as in your setup there: (rfc2015-setup)=20 (add-hook 'gnus-startup-hook 'rfc2015-setup) Is that likely to be required or is something wrong in my proceedure here? Proceedure: Insert into .gnus: (rfc2015-setup) Which already contains this code regarding pgp: (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode) (add-hook 'message-mode-hook 'mc-install-write-mode) (add-hook 'news-reply-mode-hook 'mc-install-write-mode) Start gnus and go to an attached pgp encoded message: Mailcrypt is unable to find encrpted messages in an attached pgp message. ___________ Edit .gnus by adding: (rfc2015-setup)=20 (add-hook 'gnus-startup-hook 'rfc2015-setup) Restart gnus, go to the same pgp encoded message and gnus opens it with the query for my pgp passphrase.