Re: GPG list keys search strings

2021-06-13 Thread Kevin J. McCarthy
On Wed, Jun 02, 2021 at 05:53:25PM +0200, Werner Koch wrote: On Mon, 31 May 2021 15:08, Kevin J. McCarthy said: Both the classic and GPGME code perform a strtok(" ,.:\"()<>\n") call on the email address and personal name fields and discard parts smaller than 4. So searching for john@exampl

Re: GPG list keys search strings

2021-06-02 Thread Werner Koch
On Mon, 31 May 2021 15:08, Kevin J. McCarthy said: > Both the classic and GPGME code perform a strtok(" ,.:\"()<>\n") call > on the email address and personal name fields and discard parts > smaller than 4. So searching for john@example.com will generate I really don't know the origin. I do