X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg.el;h=e3ff7cda11ca2dd6a7304e99a9cafc8704d33204;hb=372371d54ef4c1060f3cfc70e557b28f4a4f8ee1;hp=f888ec537945f9729dfb08d684d6c73d06f8ae5b;hpb=71b204db81eafa4191042df18dc0fb8fb230f9d2;p=elisp%2Fepg.git diff --git a/epg.el b/epg.el index f888ec5..e3ff7cd 100644 --- a/epg.el +++ b/epg.el @@ -375,7 +375,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)