Re: [Evolution] Sometimes can't verify signature

2020-05-11 Thread Milan Crha via evolution-list
On Fri, 2020-05-08 at 00:49 -0400, Jeff Van Epps via evolution-list wrote: > CAMEL_DEBUG=all evolution > foo.txt Hi, using CAMEL_DEBUG=all is usually too much. I'd not want to read all of that myself. > Is there a way to get it to output the actual gpg command it is > executing and the ou

Re: [Evolution] Sometimes can't verify signature

2020-05-10 Thread Ángel
On 2020-05-10 at 09:27 -0400, Jeff Van Epps wrote: > > In the structure of the message, does the GPG section cover the whole > > of the message or just one section? > > > > If you save the message and run it through GPG manually, does it > > verify? > > I've figured out how to do that for the mes

Re: [Evolution] Sometimes can't verify signature

2020-05-10 Thread Jeff Van Epps via evolution-list
On Sun, 2020-05-10 at 12:21 +0100, Pete Biggs wrote: > > I created ~/bin/gpg2 > > > > #!/bin/bash > > > > echo $* > /home/lordbah/args.txt > > > > What appears in args.txt is: > > > > --verbose --no-secmem-warning --no-greeting --no-tty --batch --yes > > -- > > status-fd=85 --verify-options sho

Re: [Evolution] Sometimes can't verify signature

2020-05-10 Thread Pete Biggs
> I created ~/bin/gpg2 > > #!/bin/bash > > echo $* > /home/lordbah/args.txt > > What appears in args.txt is: > > --verbose --no-secmem-warning --no-greeting --no-tty --batch --yes -- > status-fd=85 --verify-options show-photos --photo-viewer > /usr/libexec/camel-gpg-photo-saver --state "/tmp/

Re: [Evolution] Sometimes can't verify signature

2020-05-09 Thread Jeff Van Epps via evolution-list
On Sat, 2020-05-09 at 21:39 +0200, Ángel wrote: > On 2020-05-08 at 00:49 -0400, Jeff Van Epps via evolution-list wrote: > > Evolution is able to verify the gpg signature on some messages but > > on > > other messages it says "Error verifying signature: Failed to > > execute > > gpg." > > Is it fai

Re: [Evolution] Sometimes can't verify signature

2020-05-09 Thread Jeff Van Epps via evolution-list
On Sat, 2020-05-09 at 21:39 +0200, Ángel wrote: > On 2020-05-08 at 00:49 -0400, Jeff Van Epps via evolution-list wrote: > > Evolution is able to verify the gpg signature on some messages but > > on > > other messages it says "Error verifying signature: Failed to > > execute > > gpg." > > Is it fai

Re: [Evolution] Sometimes can't verify signature

2020-05-09 Thread Ángel
On 2020-05-08 at 00:49 -0400, Jeff Van Epps via evolution-list wrote: > Evolution is able to verify the gpg signature on some messages but on > other messages it says "Error verifying signature: Failed to execute > gpg." Is it failing consistently on certain messages, or is it sometimes failing bu

[Evolution] Sometimes can't verify signature

2020-05-07 Thread Jeff Van Epps via evolution-list
Evolution is able to verify the gpg signature on some messages but on other messages it says "Error verifying signature: Failed to execute gpg." I have not been able to get it to tell me any details about the error. When I run CAMEL_DEBUG=all evolution > foo.txt the resulting file does not contai