[Evolution] Problem using GnuPG?

Bjørn T Johansen btj@havleik.no
Tue, 03 Feb 2004 21:13:47 +0100


Ok, removing the use-agent option solvet it....

Thanks... :)


BTJ

On Tue, 2004-02-03 at 20:55 +0100, guenther wrote:
> > looks like gpg is expecting to communicate with gpg-agent and not
> > finding it.
> > 
> > (btw, this is not the default on any system I've ever used... in fact,
> > afaict gpg-agent is something new and possibly only in development
> > releases of gpg)
> 
> Jeff, we already had this topic about 2 months ago... ;-)
> 
> Judging from similar error reports on the Ximian Users mailing list,
> this actually seems to be the default for some SuSE versions at least.
> 
> ...guenther
> 
> 
> -- 
> char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
> main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
> (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}