From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40269 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:52:16 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87eln2zeos.fsf@mclinux.com> <87r8r24d0z.fsf@squeaker.lickey.com> <87adxq4aqr.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 1035175845 32447 80.91.224.250 (21 Oct 2002 04:50:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:50:45 +0000 (UTC) Return-Path: Original-Received: (qmail 7710 invoked from network); 13 Nov 2001 21:56:37 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 13 Nov 2001 21:56:37 -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 163lUq-00078s-00; Tue, 13 Nov 2001 15:53:32 -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:53:14 -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 PAA24649 for ; Tue, 13 Nov 2001 15:52:57 -0600 (CST) Original-Received: (qmail 7499 invoked by alias); 13 Nov 2001 21:52:56 -0000 Original-Received: (qmail 7494 invoked from network); 13 Nov 2001 21:52:55 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 13 Nov 2001 21:52:55 -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 fADLr2mb008293 for ; Tue, 13 Nov 2001 22:53:02 +0100 Original-To: ding@gnus.org In-Reply-To: <87adxq4aqr.fsf@squeaker.lickey.com> ("Matt Armstrong"'s message of "Tue, 13 Nov 2001 14:33:16 -0700") Mail-Copies-To: nobody Original-Lines: 27 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:40269 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40269 "Matt Armstrong" writes: > Yes, a single 'p' is not very obvious. ;-) > > Also, without buttons, how are you supposed to verify the signatures? > I saw no obvious way -- W p didn't do much. Try `W s'. Oops, this wasn't documented. Fixed. >> You can also get big buttons if you like to clutter up your article >> buffer: >> >> (setq gnus-buttonized-mime-types >> '("multipart/encrypted" "multipart/signed")) > > Ahh, cool, there is the visual cue I was looking for, as well as the > UI necessary to see gpg's output, etc. Perhaps this should be the > default? It was the default, but perhaps it interfered with reading. If we can find a non-obtrusive mechanism to let the user know the this information, it would be good. Also, the buttons create false security. I posted a mail to this list that showed PGP buttons that said the message verified OK, but I created them using ^H which Gnus bolidifies. Whatever the mechanism will be, the article buffer is the wrong place for it.