aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/functions
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-01-30 15:01:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2019-01-30 15:01:30 -0200
commit7472e865ef5975ef33d6aae4aea6fcda395016b5 (patch)
treed8fae0c630d6884895f5189f981b996dcbaf8ca3 /lib/keyringer/functions
parente4b30172df9c54e5672b901a6420de67ef8f76a0 (diff)
parentefd2b4887d30fb9163bb14dffe8312e4a2097b2a (diff)
downloadkeyringer-7472e865ef5975ef33d6aae4aea6fcda395016b5.tar.gz
keyringer-7472e865ef5975ef33d6aae4aea6fcda395016b5.tar.bz2
Merge tag 'upstream_keyringer_0.5.4' into debian
Upstream version 0.5.4
Diffstat (limited to 'lib/keyringer/functions')
-rwxr-xr-xlib/keyringer/functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions
index d529daf..308d0ea 100755
--- a/lib/keyringer/functions
+++ b/lib/keyringer/functions
@@ -314,9 +314,9 @@ function keyringer_set_env {
fi
if [ ! -z "$KEYID" ]; then
- GPG="gpg --quiet -u $KEYID"
+ GPG="gpg --quiet --no-encrypt-to -u $KEYID"
else
- GPG="gpg --quiet"
+ GPG="gpg --quiet --no-encrypt-to"
fi
# Check keyring config version