Re: A Laundry-List of Issues
* Rodrigo Bernardo Pimentel <rbp@xxxxxxxxxxxx> [2003-12-26 00:59 -0200]:
> (BTW, no need to Cc: me, I'm on the list)
You should tell this mutt, your headers indicate you want a CC.
> On Thu, Dec 25 2003 at 10:02:14AM BRST, David T-G
> <davidtg-muttusers@xxxxxxxxxxxxxxx> wrote:
> > I'll have to look up the patch -- not to apply it, mind you, but to see
> > what it does.
>
> There goes:
>
> diff -urN --exclude-from=bin/diff.excludes mutt-1.5.4/pgp.c mutt-1.5.4/pgp.c
> --- mutt-1.5.4/pgp.c Mon Dec 16 09:27:26 2002
> +++ mutt-1.5.4/pgp.c Thu Jan 2 03:45:47 2003
> @@ -958,7 +958,11 @@
> }
>
> if (err)
> + {
> + pgp_void_passphrase();
> mutt_any_key_to_continue (NULL);
> + }
> +
> if (empty)
> {
> unlink (sigfile);
Does this handle the case when I enter the wrong passphrase for
decrypting messages? I think not.
And after a short glance at the source, I don't think it's really
correct to forget the passphrase in case of any error.
Nicolas