aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mml-smime.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/gnus/mml-smime.el b/lisp/gnus/mml-smime.el
index 7b9f2c0bd13..07dc1ab4ccb 100644
--- a/lisp/gnus/mml-smime.el
+++ b/lisp/gnus/mml-smime.el
@@ -142,6 +142,8 @@ Whether the passphrase is cached at all is controlled by
142 nil)) 142 nil))
143 (goto-char (point-max))) 143 (goto-char (point-max)))
144 144
145(defvar gnus-extract-address-components)
146
145(defun mml-smime-openssl-sign-query () 147(defun mml-smime-openssl-sign-query ()
146 ;; query information (what certificate) from user when MML tag is 148 ;; query information (what certificate) from user when MML tag is
147 ;; added, for use later by the signing process 149 ;; added, for use later by the signing process
@@ -319,10 +321,7 @@ Whether the passphrase is cached at all is controlled by
319 (autoload 'epg-context-set-passphrase-callback "epg") 321 (autoload 'epg-context-set-passphrase-callback "epg")
320 (autoload 'epg-configuration "epg-config") 322 (autoload 'epg-configuration "epg-config")
321 (autoload 'epg-expand-group "epg-config") 323 (autoload 'epg-expand-group "epg-config")
322 (autoload 'epa-select-keys "epa") 324 (autoload 'epa-select-keys "epa"))
323 (autoload 'password-read "password")
324 (autoload 'password-cache-add "password")
325 (autoload 'password-cache-remove "password"))
326 325
327(defvar mml-smime-epg-secret-key-id-list nil) 326(defvar mml-smime-epg-secret-key-id-list nil)
328 327