about summary refs log tree commit diff
path: root/contrib/mgpg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mgpg')
-rwxr-xr-xcontrib/mgpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mgpg b/contrib/mgpg
index 4a46701..4190501 100755
--- a/contrib/mgpg
+++ b/contrib/mgpg
@@ -20,7 +20,7 @@ n=$(mshow -t "$tmp" | awk -F: '
 	/: application\/octet-stream/ {if (supported) print $1}')
 
 if [ "$n" ]; then
-	mshow -O "$tmp" "$n" | $GPG -d 2>&1 || exit 0
+	mshow -O "$tmp" "$n" | $GPG --quiet -d 2>&1 || exit 0
 	exit 64
 fi
 exit 63