(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  <ueno@unixuser.org>
 
 
   "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)