Not specify --yes.
authorueno <ueno>
Tue, 18 Apr 2006 08:45:50 +0000 (08:45 +0000)
committerueno <ueno>
Tue, 18 Apr 2006 08:45:50 +0000 (08:45 +0000)
epg.el

diff --git a/epg.el b/epg.el
index fcff786..4ed5650 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -33,6 +33,8 @@
   :group 'epg
   :type 'string)
 
+(defconst epg-version-number "0.0.0")
+
 (defvar epg-user-id nil
   "GnuPG ID of your default identity.")
 
@@ -402,8 +404,7 @@ 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"
-                            "--yes")
+                            "--command-fd" "0")
                       (if (epg-context-armor context) '("--armor"))
                       (if (epg-context-textmode context) '("--textmode"))
                       (if (epg-context-output-file context)