projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa49ed0
)
Added --yes.
author
ueno
<ueno>
Tue, 18 Apr 2006 22:33:57 +0000
(22:33 +0000)
committer
ueno
<ueno>
Tue, 18 Apr 2006 22:33:57 +0000
(22:33 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
3c183a4
..
75d210f
100644
(file)
--- 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)