Added --yes.
authorueno <ueno>
Tue, 18 Apr 2006 22:33:57 +0000 (22:33 +0000)
committerueno <ueno>
Tue, 18 Apr 2006 22:33:57 +0000 (22:33 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 3c183a4..75d210f 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -409,7 +409,8 @@ This function is for internal use only."
   "Start `epg-gpg-program' in a subprocess with given ARGS."
   (let* ((args (append (list "--no-tty"
                             "--status-fd" "1"
-                            "--command-fd" "0")
+                            "--command-fd" "0"
+                            "--yes")
                       (if (epg-context-armor context) '("--armor"))
                       (if (epg-context-textmode context) '("--textmode"))
                       (if (epg-context-output-file context)