From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67389 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Decoding application/x-pkcs7-mime? Date: Tue, 16 Sep 2008 11:34:18 +0200 Message-ID: References: <878wtsphp9.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221557684 27255 80.91.229.12 (16 Sep 2008 09:34:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2008 09:34:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15840@lists.math.uh.edu Tue Sep 16 11:35:40 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KfWy9-00014z-Tt for ding-account@gmane.org; Tue, 16 Sep 2008 11:35:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KfWwx-0003xI-SP; Tue, 16 Sep 2008 04:34:23 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KfWww-0003x5-Rq for ding@lists.math.uh.edu; Tue, 16 Sep 2008 04:34:22 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KfWwu-0001AT-Eg for ding@lists.math.uh.edu; Tue, 16 Sep 2008 04:34:22 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KfWwy-000610-00 for ; Tue, 16 Sep 2008 11:34:24 +0200 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KfWwy-0004Hf-2q for ding@gnus.org; Tue, 16 Sep 2008 11:34:24 +0200 Mail-Copies-To: never Mail-Followup-To: ding@gnus.org In-Reply-To: <878wtsphp9.fsf@gmail.com> (Rupert Swarbrick's message of "Tue, 16 Sep 2008 10:23:46 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.90 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67389 Archived-At: Rupert Swarbrick writes: > The following seems to work for me: >;; Automatically sign >(add-hook 'gnus-message-setup-hook 'mml-secure-message-sign-pgpmime) >(add-hook 'gnus-message-setup-hook 'mml-secure-message-encrypt-pgpmime) > >(require 'epa-setup) > > Amazingly that seems to be all you need to do! (although you have to > install epg somewhere in your load path. Thanks, but I guess that's for PGP/MIME, not S/MIME? -David