* epg.el (epg-start): Don't specify --yes.
authorueno <ueno>
Thu, 13 Apr 2006 08:49:54 +0000 (08:49 +0000)
committerueno <ueno>
Thu, 13 Apr 2006 08:49:54 +0000 (08:49 +0000)
ChangeLog
epg.el

index 173735e..3a2e62b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        (epg-digest-algorithm-alist): New constant.
        (epg-compress-algorithm-alist): New constant.
        (epg-configuration): New function.
+       (epg-start): Don't specify --yes.
 
 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
 
diff --git a/epg.el b/epg.el
index 7645563..bcc09d0 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -288,8 +288,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") ; overwrite
+                            "--command-fd" "0")
                       (if (epg-context-armor context) '("--armor"))
                       (if (epg-context-textmode context) '("--textmode"))
                       (if (epg-context-output-file context)