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: msg22731/pgp00000.pgp
Description: PGP signature

Reply via email to