aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/epa-mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-mail.el b/lisp/epa-mail.el
index 077666ac897..c819f6734c7 100644
--- a/lisp/epa-mail.el
+++ b/lisp/epa-mail.el
@@ -111,7 +111,7 @@ If no one is selected, default secret key is used. "
111 111
112(defun epa-mail-default-recipients () 112(defun epa-mail-default-recipients ()
113 "Return the default list of encryption recipients for a mail buffer." 113 "Return the default list of encryption recipients for a mail buffer."
114 (let ((config (epg-configuration)) 114 (let ((config (epg-find-configuration 'OpenPGP))
115 recipients-string real-recipients) 115 recipients-string real-recipients)
116 (save-excursion 116 (save-excursion
117 (goto-char (point-min)) 117 (goto-char (point-min))