From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32376 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Attached pgp and mailcrypt Date: 08 Sep 2000 18:15:27 -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 1035168656 19375 80.91.224.250 (21 Oct 2002 02:50:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:56 +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 7E569D051E for ; Fri, 8 Sep 2000 22:12:34 -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 VAC09249; Fri, 8 Sep 2000 21:08:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Sep 2000 21:07:09 -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 VAA10984 for ; Fri, 8 Sep 2000 21:06:58 -0500 (CDT) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 81B90D051E for ; Fri, 8 Sep 2000 22:07:24 -0400 (EDT) Original-Received: (qmail 28351 invoked from network); 9 Sep 2000 02:07:23 -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 02:07:23 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id TAA19452; Fri, 8 Sep 2000 19:07:20 -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 "08 Sep 2000 11:54:17 +0200" User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 Original-Lines: 27 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32376 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32376 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > (require 'rfc2015) > (add-hook 'gnus-startup-hook 'rfc2015-setup) >=20 > Oh. I now see that this isn't at all what I was doing. Hm. > Strange. I thought I had done what you did. Thanks Kai.... That works. I guess this is what should be in the comments: /---- | Installation: Put the following line in ~/.emacs or ~/.gnus: | (rfc2015-setup) | (add-hook 'gnus-startup-hook 'rfc2015-setup) | Also don't forget to put this file into a directory on the load-path. |=20 | Usage: Insert an attribute, postprocess=3Dpgp-sign (or pgp-encrypt), | into the mml tag to be signed (or encrypted). \---- Do you think so .... Shenghuo Zhu? Its a very nice package but could stand a little more explanation. ps - Kai, is that `unusual' insert thingy produced by a special lisp package? Or a personal hack?