Synch to No Gnus 200410181136.
[elisp/gnus.git-] / lisp / gnus-encrypt.el
index 361d3ab..e60008f 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-encrypt.el --- file encryption routines for Gnus
+;;; gnus-encrypt.el --- file encryption routines for Gnus, OBSOLETE (use encrypt.el instead)
 ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 ;; Author: Teodor Zlatanov <tzz@lifelogs.com>
 
 ;; autoload password
 (eval-and-compile
-  (autoload 'password-read "password"))
+  (autoload 'password-read "password")
+  ;; Those two autoloads are needed since T-gnus won't load password.el
+  ;; by way of pgg.el at the compile time.
+  (autoload 'password-read-and-add "password")
+  (autoload 'password-cache-remove "password"))
+
+(eval-when-compile
+  (defvar password-cache-expiry))
 
 (defgroup gnus-encrypt nil
   "Gnus encryption configuration.")