aboutsummaryrefslogtreecommitdiffstats
path: root/g13/g13.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/g13.c')
-rw-r--r--g13/g13.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/g13/g13.c b/g13/g13.c
index e6c76130a..7fe207ac1 100644
--- a/g13/g13.c
+++ b/g13/g13.c
@@ -577,6 +577,16 @@ main ( int argc, char **argv)
}
}
+ /* XXX Construct GPG arguments. */
+ {
+ strlist_t last;
+ last = strlist_append (&opt.gpg_arguments, "-z");
+ last = strlist_append (&last, "0");
+ last = strlist_append (&last, "--trust-model");
+ last = strlist_append (&last, "always");
+ (void) last;
+ }
+
if (configfp)
{
fclose (configfp);