Remove now unused Edwin variable IMAIL-PASS-PHRASE-RETENTION-TIME.
authorTaylor R. Campbell <net/mumble/campbell>
Mon, 7 Jul 2008 01:35:44 +0000 (01:35 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Mon, 7 Jul 2008 01:35:44 +0000 (01:35 +0000)
This has been subsumed by PASS-PHRASE-RETENTION-TIME in Edwin proper
since the passphrase cache was moved there.

v7/src/imail/imail-top.scm

index 9f8e7ca840e3ec3d11c42a45feba5b6b9a061e19..bea3e22ccfb6e8ec5f7f8a8bcb34e24946210bb8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: imail-top.scm,v 1.305 2008/06/20 02:32:11 riastradh Exp $
+$Id: imail-top.scm,v 1.306 2008/07/07 01:35:44 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -126,13 +126,6 @@ May be overridden by an explicit mailbox in imail-primary-folder."
   "inbox"
   string?)
 
-(define-variable imail-pass-phrase-retention-time
-  "The amount of time, in minutes, that IMAIL retains pass phrases.
-The pass phrase is deleted if unused for this long.
-Set this to zero if you don't want pass-phrase retention."
-  30
-  exact-nonnegative-integer?)
-
 (define-variable imail-update-interval
   "How often to update a folder's contents, in seconds.
 IMAIL will periodically poll the mail server for changes at this interval.