From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40268 Path: main.gmane.org!not-for-mail From: "Matt Armstrong" Newsgroups: gmane.emacs.gnus.general Subject: Re: PGP support Date: Tue, 13 Nov 2001 14:33:16 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87adxq4aqr.fsf@squeaker.lickey.com> 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 1035175845 32432 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 7243 invoked from network); 13 Nov 2001 21:36:00 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 13 Nov 2001 21:36:00 -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 163lBr-00072G-00; Tue, 13 Nov 2001 15:33:55 -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:33:36 -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 PAA24586 for ; Tue, 13 Nov 2001 15:33:21 -0600 (CST) Original-Received: (qmail 7203 invoked by alias); 13 Nov 2001 21:33:24 -0000 Original-Received: (qmail 7198 invoked from network); 13 Nov 2001 21:33:24 -0000 Original-Received: from hank.lickey.com (foobar@64.81.100.235) by gnus.org with SMTP; 13 Nov 2001 21:33:24 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 73136EE36 for ; Tue, 13 Nov 2001 14:33:23 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 5D445BE64 for ; Tue, 13 Nov 2001 14:33:22 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 73CE1BD29; Tue, 13 Nov 2001 14:33:19 -0700 (MST) Mail-Copies-To: never Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Tue, 13 Nov 2001 22:18:29 +0100") Original-Lines: 29 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) X-Delivery-Agent: TMDA v0.41/Python 1.5.2 (linux2) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40268 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40268 Simon Josefsson writes: > "Matt Armstrong" writes: > >> 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. 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. > 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? -- matt