From: Taylor R. Campbell Date: Mon, 7 Jul 2008 01:35:44 +0000 (+0000) Subject: Remove now unused Edwin variable IMAIL-PASS-PHRASE-RETENTION-TIME. X-Git-Tag: 20090517-FFI~284 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b9d87f73cc341bff67078289c5f2e24485c6ac71;p=mit-scheme.git Remove now unused Edwin variable IMAIL-PASS-PHRASE-RETENTION-TIME. This has been subsumed by PASS-PHRASE-RETENTION-TIME in Edwin proper since the passphrase cache was moved there. --- diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index 9f8e7ca84..bea3e22cc 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -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.