From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40267 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: PGP support Date: Tue, 13 Nov 2001 22:18:29 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87eln2zeos.fsf@mclinux.com> <87r8r24d0z.fsf@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175844 32429 80.91.224.250 (21 Oct 2002 04:50:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:50:44 +0000 (UTC) Return-Path: Original-Received: (qmail 7006 invoked from network); 13 Nov 2001 21:23:20 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 13 Nov 2001 21:23:20 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 163kya-0006vK-00; Tue, 13 Nov 2001 15:20:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Nov 2001 15:19:54 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA24522 for ; Tue, 13 Nov 2001 15:19:40 -0600 (CST) Original-Received: (qmail 6962 invoked by alias); 13 Nov 2001 21:19:41 -0000 Original-Received: (qmail 6957 invoked from network); 13 Nov 2001 21:19:41 -0000 Original-Received: from unknown (HELO dolk.extundo.com) (195.42.214.242) by gnus.org with SMTP; 13 Nov 2001 21:19:41 -0000 Original-Received: from dhcp128.extundo.com (slipsten.extundo.com [195.42.214.241]) (authenticated bits=0) by dolk.extundo.com (8.12.1/8.12.1) with ESMTP id fADLJEmb008104 for ; Tue, 13 Nov 2001 22:19:14 +0100 Original-To: ding@gnus.org In-Reply-To: <87r8r24d0z.fsf@squeaker.lickey.com> ("Matt Armstrong"'s message of "Tue, 13 Nov 2001 13:43:56 -0700") Mail-Copies-To: nobody Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40267 "Matt Armstrong" writes: > Josh Huber writes: > >> Well, did the message verify for you? >> >> I suspect that the message is signed first, and then encoded QP, which >> would explain the QP encoding of the PGP headers. >> >> FWIW mutt does not do this. Does Outhouse Express support PGP >> signed messages that are QP encoded like this? > > I didn't even realize that Simon's original post was signed. Is Gnus > supposed give some kind of visual cue that the message was signed? There is a `p' in the Article buffer's modeline. Using the fringe for this is one idea. You can also get big buttons if you like to clutter up your article buffer: (setq gnus-buttonized-mime-types '("multipart/encrypted" "multipart/signed"))