X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=epa-file.el;h=9828b65fd02db2f979cb1b6fbcb1426b5572b2c9;hb=19a0543dfa1784253d2e0ea46ab9841cca71a6a5;hp=47b17f5c5cd667dcd61a5b847a66bb8304fd0569;hpb=91888c6ec8d553abc2319ad09b57046e31f553ea;p=elisp%2Fepg.git diff --git a/epa-file.el b/epa-file.el index 47b17f5..9828b65 100644 --- a/epa-file.el +++ b/epa-file.el @@ -264,6 +264,16 @@ If no one is selected, symmetric encryption will be performed. " 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)