On Wed, Jan 13, 2010 at 10:39:28AM +0100, Werner Koch wrote:
> On Tue, 12 Jan 2010 23:41:52 +0100, Piotr Bratkowski wrote:
>
> > I have this code. And when I see output owner_trust = 4, but in gpg
> > from system I get 0. Do I need to somehow save this changes??
>
> This is not directly supported
On Wed, 13 Jan 2010 10:49:03 +0100, Piotr Bratkowski wrote:
> What is GPA??
http://www.gnupg.org/related_software/gpa/
The GNU Privacy Assistant (GPA) is a graphical user interface for
the GnuPG (GNU Privacy Guard). GPA utilizes GTK (the GIMP Tool Kit)
and compiles for various platforms
Hello,
What is GPA??
Regards,
Piotr Bratkowski
Werner Koch pisze:
On Tue, 12 Jan 2010 23:41:52 +0100, Piotr Bratkowski wrote:
I have this code. And when I see output owner_trust = 4, but in gpg
from system I get 0. Do I need to somehow save this changes??
This is not directly supp
On Tue, 12 Jan 2010 23:41:52 +0100, Piotr Bratkowski wrote:
> I have this code. And when I see output owner_trust = 4, but in gpg
> from system I get 0. Do I need to somehow save this changes??
This is not directly supported by GPGME. You need to write an edit
interactor to control the gpg --edi
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
Hello,
I have this code. And when I see output owner_trust = 4, but in gpg from
system I get 0. Do I need to somehow save this changes??
#include "t-support.h"
int
main (int argc, char **argv)
{
gpgme_ctx_t ctx;
gp