From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33700 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Canonical methods for digitally signing and verifying Date: 15 Dec 2000 13:57:12 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <5bwvd1tsvr.fsf@brandy.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035169756 26479 80.91.224.250 (21 Oct 2002 03:09:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:09:16 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 493CCD049D for ; Fri, 15 Dec 2000 13:57:36 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB15977; Fri, 15 Dec 2000 12:57:35 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 15 Dec 2000 12:56:58 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA19820 for ; Fri, 15 Dec 2000 12:56:48 -0600 (CST) Original-Received: from gate.cs.rochester.edu (gate.cs.rochester.edu [192.5.53.207]) by mailhost.sclp.com (Postfix) with ESMTP id 530CDD049D for ; Fri, 15 Dec 2000 13:57:14 -0500 (EST) Original-Received: from brandy.cs.rochester.edu (brandy.cs.rochester.edu [192.5.53.199]) by gate.cs.rochester.edu (8.8.8+Sun/T--) with ESMTP id NAA27248 for ; Fri, 15 Dec 2000 13:57:13 -0500 (EST) Original-Received: (from zsh@localhost) by brandy.cs.rochester.edu (8.9.1b+Sun/Q++) id NAA02083; Fri, 15 Dec 2000 13:57:12 -0500 (EST) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Original-Lines: 51 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33700 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33700 Lloyd Zusman writes: > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > > On 15 Dec 2000, Lloyd Zusman wrote: > > > > > (1) ... digitally sign outgoing email via gpg. > > > (2) ... digitally encrypt outgoing email via gpg. > > > > In the message buffer, the MML menu has a Security submenu. Just look > > up the right functions. > > THank you! > > Based on what I see in the buffer after selecting these functions, it > appears like the only thing which triggers signing and encryption is > the presence of one of the following tags in the buffer (I changed the > angle brackets to square brackets here, so as not to trigger any > encryption or signing of this particular message): > > [#part encrypt=pgpmime] > [#part sign=pgpmime] > > Is it true that the only thing I need to do is to put such a tag into > the buffer before sending? Basically, yes. If you are going to sign/encrypt a multipart message, change #part to #multipart. > > > (3) ... verify digitally signed incoming email. > > > (4) ... decrypt incoming email that was encrypted either via pgp or > > > gpg. > > > > Does `W s' do the trick? > > Yes, indeed it does. > > But there's other default behavior I'd like to change: > > I'd like to know what customizations or options control the automatic > checking for encryption when I start to read a new email message. > Right now, I'm automatically asked if I want to decrypt a new message > when I start to read an encrypted message, but I'd like to not > be automatically asked this. > > This is one reason that I asked for information about all the options > and customizations that control en/decryption. mm-verify-option and mm-decrypt-option are the customizable variables. ShengHuo