Fixed.
authorueno <ueno>
Sun, 31 Dec 2006 11:54:34 +0000 (11:54 +0000)
committerueno <ueno>
Sun, 31 Dec 2006 11:54:34 +0000 (11:54 +0000)
epa.el

diff --git a/epa.el b/epa.el
index a3104c7..81a3de3 100644 (file)
--- a/epa.el
+++ b/epa.el
@@ -1083,7 +1083,7 @@ If no one is selected, symmetric encryption will be performed.  "
                                    (epg-make-context epa-protocol)
                                    (concat "<" recipient ">")))
                                 recipients)))))
-            (setq sign (if current-prefix-arg (y-or-n-p "Sign? ")))
+            (setq sign (if verbose (y-or-n-p "Sign? ")))
             (if sign
                 (epa-select-keys context
                                  "Select keys for signing.  "))))))