+2007-04-22 Daiki Ueno <ueno@unixuser.org>
+
+ * epa-file.el (epa-file-select-keys): New command.
+
2007-04-21 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-write-region): Ask recipients only the
epa-file-inhibit-auto-save)
(auto-save-mode 0)))
+(defun epa-file-select-keys ()
+ "Select recipients for encryption."
+ (interactive)
+ (make-local-variable 'epa-file-encrypt-to)
+ (setq epa-file-encrypt-to
+ (epa-select-keys
+ context
+ "Select recipents for encryption.
+If no one is selected, symmetric encryption will be performed. ")))
+
;;;###autoload
(defun epa-file-enable ()
(interactive)