aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/rungpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r--gpgme/rungpg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c
index 698d0ca0..c89e39ed 100644
--- a/gpgme/rungpg.c
+++ b/gpgme/rungpg.c
@@ -384,6 +384,7 @@ gpg_new (void **engine)
add_arg (gpg, "--no-tty");
add_arg (gpg, "--charset");
add_arg (gpg, "utf8");
+ add_arg (gpg, "--enable-progress-filter");
leave:
if (rc)