Patch worked fine to fix the behaviour I was seeing.  I don't know anything
about the other reported anomolies, or if 's' should or shouldn't become
'S' if the key isn't locally signed... I suspect not, since I don't think
mutt gets that much info from gpg about the valid status.

Thomas are you following this thread at all?

On Jan 09, Jeremy Blosser [[EMAIL PROTECTED]] wrote:
> On Jan 09, Ren? Clerc [[EMAIL PROTECTED]] wrote:
> > The clearsigned messages (like yours, Derek), show up with nothing in
> > front in the message index; when I verify them using <Esc>P, the
> > signature is verified, and an 's' shows up: so no 'S' appears.
> 
> Well, something was awry, because I reported the bug I was talking about
> earlier to the BTS and got a patch back to fix it, haven't had a chance to
> try it yet:
> 
> Index: pgp.c
> ===================================================================
> RCS file: /home/roessler/cvsroot/mutt/pgp.c,v
> retrieving revision 2.44
> diff -u -r2.44 pgp.c
> --- pgp.c       2001/11/08 11:06:22     2.44
> +++ pgp.c       2002/01/09 15:37:50
> @@ -310,7 +310,7 @@
>         continue;
>        }
> 
> -      have_any_sigs = have_any_sigs || clearsign;
> +      have_any_sigs = have_any_sigs || (clearsign && (s->flags & M_VERIFY));
> 
>        if(!clearsign || s->flags & M_VERIFY)
>        {

Attachment: msg22742/pgp00000.pgp
Description: PGP signature

Reply via email to