From b519d270bfd757ae87986e9eb0fe804f2e1e8eff Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 13 Apr 2006 08:49:54 +0000 Subject: [PATCH] * epg.el (epg-start): Don't specify --yes. --- ChangeLog | 1 + epg.el | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 173735e..3a2e62b 100644 --- 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 diff --git a/epg.el b/epg.el index 7645563..bcc09d0 100644 --- 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) -- 1.7.10.4