Don't add secret key-id's to encryption recipients.
[elisp/epg.git] / epg.el
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)