+2007-03-07 Daiki Ueno <ueno@unixuser.org>
+
+ * epg.el (epg--start): Don't specify --use-agent if the protocol
+ is CMS.
+
2007-02-02 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-write-region): Set a dummy filename
(let* ((args (append (list "--no-tty"
"--status-fd" "1"
"--yes")
- (if (string-match ":" (or (getenv "GPG_AGENT_INFO") ""))
+ (if (and (not (eq (epg-context-protocol context) 'CMS))
+ (string-match ":" (or (getenv "GPG_AGENT_INFO")
+ "")))
'("--use-agent"))
(if (and (not (eq (epg-context-protocol context) 'CMS))
(epg-context-progress-callback context))