From: ueno Date: Tue, 18 Apr 2006 22:33:57 +0000 (+0000) Subject: Added --yes. X-Git-Tag: epgsm-branchpoint~24 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=78708926c0bd79cf56080f48bf059e6f9053f3db;hp=aa49ed0dd74477e4f8342d1fe06bf892bebe7a4b;p=elisp%2Fepg.git Added --yes. --- diff --git a/epg.el b/epg.el index 3c183a4..75d210f 100644 --- 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)