Gnus development mailing list
 help / color / mirror / Atom feed
From: Monty Taylor <mordred@inaugust.com>
Cc: ding@gnus.org
Subject: Re: gpg 1.0.5
Date: 09 May 2001 18:11:18 -0400	[thread overview]
Message-ID: <m2vgna2mwp.fsf@inaugust.com> (raw)
In-Reply-To: <m3ae4ms5fd.fsf@bowline.jibsheet.com> (Kevin Falcone's message of "09 May 2001 15:12:06 -0400")

[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]

Kevin Falcone <kevin@jibsheet.com> writes:

> >>>>> "NP" == Nick Papadonis <npapadon@yahoo.com> writes:
> 
>   NP> Monty Taylor <mordred@inaugust.com> writes:
>   >> Nick Papadonis <npapadon@yahoo.com> writes:
>   >> 
>   >> > Is anyone using gpg 1.0.5, gnus oort .3, and mailcrupt 3.5.5
>   >> > together sucessfully?
>   >> 
>   >> 
>   >> Mmmm... OK. No, it's not working. It can't seem to find my secret
>   >> key. I'm now curious myself. Thoughts anyone? 
>   >> 
> 
>   NP> This was the problem I encountered.
> 
> Someone suggested the following patch to mailcrypt to match the extra
> data now returned by gpg-1.0.5
> 
> --- mc-gpg.el~  Thu May  3 22:28:26 2001
> +++ mc-gpg.el   Thu May  3 22:29:55 2001
> @@ -319,7 +319,7 @@
>      (if (string= str "***** CONVENTIONAL *****") nil
>        (let ((result (cdr-safe (assoc str mc-gpg-key-cache)))
>             (key-regexp
> -            "^\\(sec\\|pub\\):[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:[^:]*:[^:]*:\\([^:]*\\)::[^:]*:$"
> +            "^\\(sec\\|pub\\):[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:$"
>              )
>             (obuf (current-buffer))
>             buffer)
>

Here's what seems to have made it into mailcrypt Debian packages. And works
for me...

     (if (string= str "***** CONVENTIONAL *****") nil
      (let ((result (cdr-safe (assoc str mc-gpg-key-cache)))
            (key-regexp
             "^\\(sec\\|pub\\):[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*:[^:]*:[^:]*:[^:]*:\\([^:]*\\):"
             )
            (obuf (current-buffer))
            buffer)

Thanks!
Monty

[-- Attachment #2: Type: application/pgp-signature, Size: 268 bytes --]

  reply	other threads:[~2001-05-09 22:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-08 14:32 Nick Papadonis
2001-05-09 15:48 ` Monty Taylor
2001-05-09 16:37   ` Nick Papadonis
2001-05-09 19:12     ` Kevin Falcone
2001-05-09 22:11       ` Monty Taylor [this message]
2001-05-10 11:55         ` Davide G. M. Salvetti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2vgna2mwp.fsf@inaugust.com \
    --to=mordred@inaugust.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).