summaryrefslogtreecommitdiff
path: root/Crypto.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Crypto.hs')
-rw-r--r--Crypto.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Crypto.hs b/Crypto.hs
index bbe8a6f4c..6b5d1218a 100644
--- a/Crypto.hs
+++ b/Crypto.hs
@@ -167,7 +167,7 @@ pass to c i a = to c i $ \h -> a =<< L.hGetContents h
gpgParams :: [CommandParam] -> [String]
gpgParams params =
-- avoid prompting, and be quiet, even about checking the trustdb
- ["--batch", "--quiet", "--trust-model", "always"] ++
+ ["--quiet", "--trust-model", "always"] ++
toCommand params
gpgRead :: [CommandParam] -> IO String