From: Wade Berrier Date: Sat, 26 Jan 2013 03:45:17 +0000 (-0700) Subject: Remove TODO item for cache expiration X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7819dfb60374bb5b56dc043be65bc3a76fe74bd3;p=mutt-ldap.git Remove TODO item for cache expiration --- 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