From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37297 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: gpg.el: Signatures from trusted/untrusted keys? Date: Mon, 30 Jul 2001 16:05:34 -0700 Message-ID: <2nbsm2c91d.fsf@piglet.jia.vnet> References: <87hevu3fhf.fsf@smarttrust.com> <2nofq2rywm.fsf@piglet.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172735 13122 80.91.224.250 (21 Oct 2002 03:58:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:58:55 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 9662 invoked from network); 30 Jul 2001 23:08:22 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.248) by gnus.org with SMTP; 30 Jul 2001 23:08:22 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6UN5Zv00917; Mon, 30 Jul 2001 16:05:35 -0700 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: (Andreas Fuchs's message of "Mon, 30 Jul 2001 22:03:43 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 34 Xref: main.gmane.org gmane.emacs.gnus.general:37297 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37297 Andreas Fuchs writes: > Today, ShengHuo ZHU wrote: >> Does the patch for mml2015.el work with the old gpg.el (maybe losing >> some features)? Since gpg.el is not officially maintained in the Gnus >> CVS, I have to make sure that it doesn't break anything before adding >> it. > > I fear not. It heavily depends on gpg being called with --status-fd set > to 1 (or 2, if stderr isn't redirected, I didn't check). > > Hmm, I believe I can rewrite this patch as a seperate .el which just > overwrites mml2015-gpg-extract-from (advice is out of the question, I > think) and sets the variables to the right values. I've installed the patch with minor modifications. > Another thing this patch does is move some of gpg's status messages into > the info text of the mml buttons (for example "Quit." is displayed > instead of "Failed." in the button text). This does not depend on any > changes outside of mml2015.el. Thanks. > Another thing that I would like to know: What is the opinion of you > people on having a two-line info text on a mime button? I mean buttons > like: > > [[PGP Signed Part:Foo Bar > Untrusted, Fingerprint: XXXX YYYY XXXX YYYY XXXX YYYY XXXX YYYY]] Fine for me. ShengHuo