From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53967 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Entering passphrase twice when sending PGP signed message Date: Mon, 15 Sep 2003 02:52:55 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063587259 28650 80.91.224.253 (15 Sep 2003 00:54:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2003 00:54:19 +0000 (UTC) Original-X-From: ding-owner+M2507@lists.math.uh.edu Mon Sep 15 02:54:18 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yhdB-0007Ib-00 for ; Mon, 15 Sep 2003 02:54:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19yhd2-0005PQ-00; Sun, 14 Sep 2003 19:54:08 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19yhcu-0005PK-00 for ding@lists.math.uh.edu; Sun, 14 Sep 2003 19:54:00 -0500 Original-Received: (qmail 38034 invoked by alias); 15 Sep 2003 00:54:00 -0000 Original-Received: (qmail 38029 invoked from network); 15 Sep 2003 00:54:00 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 15 Sep 2003 00:54:00 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 19yhfJ-0001aI-00 for ; Mon, 15 Sep 2003 02:56:29 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 38 Original-NNTP-Posting-Host: 0xc3f952bb.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1063587388 6093 195.249.82.187 (15 Sep 2003 00:56:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 15 Sep 2003 00:56:28 +0000 (UTC) Original-To: Hrvoje Niksic X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Jesper Harder writes: > >> Do it like forwarding, i.e. make an option for the default signing >> method. Without a prefix `C-c C-m s' will use that, otherwise the >> numeric prefix selects which method to use. > > Ah, I like it. I guess the default should be PGP/MIME, and the rest > perhaps C-u 0 C-c C-m ? for PGP and C-u 1 C-c C-m ? for S/MIME? > > OTOH, this is backward incompatible with a released version. Yeah, but you could argue that it's better to change it now before Oort Gnus has been bundled with a released version of Emacs. > OTTH, how do this interact with the menu? IIRC, you can't have the > menu item contain a key binding if it uses prefixes. I don't think we necessarily need menu items for the prefixes -- a sub-menu which let's you change the default with radio buttons would be better, IMHO. I think it's a great opportunity to simplify and clean up the crypto-related menu items. We could arrange it like this (which would make the Attachments menu much less crowded): +---------------------------------+ | Sign (C-c RET s) | | Encrypt (C-c RET c) | | Sign Part (C-c RET S) | | Encrypt Part (C-c RET C) | | Encrypt/Sign Off (C-c RET C-n) | | Change Security Method +-----------------------+ +----------------------------| [x] PGP/MIME | | [ ] Traditional PGP | | [ ] S/MIME | +-----------------------+