Gnus development mailing list
 help / color / mirror / Atom feed
From: Binjo <binjo.cn@gmail.com>
To: asjo@koldfront.dk (Adam Sjøgren)
Cc: ding@gnus.org
Subject: Re: Displaying picture from PGP key if present?
Date: Tue, 26 Feb 2013 10:22:27 +0800	[thread overview]
Message-ID: <6robf7byqk.fsf@gmail.com> (raw)
In-Reply-To: <87ip5g5hr1.fsf@topper.koldfront.dk> (Adam Sj's message of "Mon, 25 Feb 2013 20:13:38 +0100")

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

On 02/26/2013, at 03:13, Adam Sjgren wrote:

>On Mon, 25 Feb 2013 15:19:23 +0800, Binjo wrote:
>
>> On 12/27/2012, at 18:06, Julien Danjou wrote:
>
>>> -      (when (> (length data) 0)
>>> +      (when (and (> (length data) 0)
>>> +                 (not (string-match "^gpg: error reading key: public key not found$" data)))
>
>[...]
>
>>> I'll install it unless you have a better fix.
>
>> Hi, it seems this patch haven't applied in the trunk?
>
>No, the fix suggested by Andreas Schwab in <m238yrok4u.fsf@igel.home>
>has been, however.
>

Wondering why not, it's possible that the gpg output is not valid key info,
which leads to fail within create-image, and fail to render the mail...

>> Besides, under *windows*, the epg-gpg-program probably should call
>> shell-quote-argument 1st...
>
>>               (data (shell-command-to-string
>>                      (format "%s --list-options no-show-photos --attribute-fd 3 --list-keys %s"
>> -                             epg-gpg-program) key-id)))
>> +                             (shell-quote-argument epg-gpg-program) key-id))))
>
>Ok; installed.
>

Thanks a lot.

-- 
Life is like a prison, can you break it?
PGP : 0x6DAD67BA

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

  reply	other threads:[~2013-02-26  2:22 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-15 14:12 Adam Sjøgren
2012-12-25 11:43 ` Lars Ingebrigtsen
2012-12-25 11:51   ` Adam Sjøgren
2012-12-25 12:00     ` Lars Ingebrigtsen
2012-12-25 12:05       ` Adam Sjøgren
2012-12-25 12:20         ` Lars Ingebrigtsen
2012-12-25 13:20           ` Adam Sjøgren
2012-12-25 13:47             ` Lars Ingebrigtsen
2012-12-25 22:33               ` Adam Sjøgren
2012-12-25 22:38                 ` Adam Sjøgren
2012-12-25 22:43                 ` Lars Ingebrigtsen
2012-12-25 22:57                 ` Andreas Schwab
2012-12-25 23:06                   ` Adam Sjøgren
2012-12-26  0:33                     ` Adam Sjøgren
2012-12-26  1:12                       ` Adam Sjøgren
2012-12-26  5:44                         ` Daiki Ueno
2012-12-26 13:24                           ` Adam Sjøgren
2012-12-27  5:16                         ` Arne Jørgensen
2012-12-28 21:00                           ` Adam Sjøgren
2012-12-28 21:03                             ` Adam Sjøgren
2012-12-28 21:09                               ` Adam Sjøgren
2012-12-28 22:04                                 ` Arne Jørgensen
2012-12-28 22:06                                   ` Adam Sjøgren
2012-12-27 10:06                         ` Julien Danjou
2012-12-27 10:38                           ` Andreas Schwab
2012-12-27 12:12                           ` Adam Sjøgren
2013-02-25  7:19                           ` Binjo
2013-02-25 19:13                             ` Adam Sjøgren
2013-02-26  2:22                               ` Binjo [this message]
2013-02-26 19:28                                 ` Adam Sjøgren
2013-02-27  2:27                                   ` Binjo
2012-12-26  9:14                       ` Andreas Schwab
2012-12-26 13:17                         ` Adam Sjøgren
2012-12-26 18:05                           ` Andreas Schwab
2012-12-26 22:06                             ` Adam Sjøgren
2012-12-26  4:22                 ` Daiki Ueno

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=6robf7byqk.fsf@gmail.com \
    --to=binjo.cn@gmail.com \
    --cc=asjo@koldfront.dk \
    --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).