Remove TODO item for cache expiration
authorWade Berrier <wberrier@gmail.com>
Sat, 26 Jan 2013 03:45:17 +0000 (20:45 -0700)
committerWade Berrier <wberrier@gmail.com>
Sat, 26 Jan 2013 07:05:15 +0000 (00:05 -0700)
mutt_ldap.py

index b1ce02860566ed025bf6d645bcd4a4face1b613c..e3eda984230cd5156958e8ff04106139dc06c555 100755 (executable)
@@ -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