From 7819dfb60374bb5b56dc043be65bc3a76fe74bd3 Mon Sep 17 00:00:00 2001 From: Wade Berrier Date: Fri, 25 Jan 2013 20:45:17 -0700 Subject: [PATCH] Remove TODO item for cache expiration --- mutt_ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt_ldap.py b/mutt_ldap.py index b1ce028..e3eda98 100755 --- a/mutt_ldap.py +++ b/mutt_ldap.py @@ -143,7 +143,7 @@ CONFIG.add_section('cache') CONFIG.set('cache', 'enable', 'yes') # enable caching by default CONFIG.set('cache', 'path', '') # cache results here, defaults to XDG CONFIG.set('cache', 'fields', '') # fields to cache (if empty, setup in the main block) -CONFIG.set('cache', 'longevity-days', '14') # TODO: cache results for 14 days by default +CONFIG.set('cache', 'longevity-days', '14') # Days before cache entries are invalidated CONFIG.add_section('system') # HACK: Python 2.x support, see http://bugs.python.org/issue13329#msg147475 CONFIG.set('system', 'output-encoding', '') # match .muttrc's $charset -- 2.26.2