diff -r ab20799fef27 -r c30e2402deca index.py --- a/index.py Tue Oct 07 11:10:52 2003 -0400 +++ b/index.py Tue Oct 07 12:50:30 2003 -0400 @@ -33,4 +33,4 @@ if len(bookmarks) > 0: bookmarks = db.get_bookmarks(map(lambda x: x[0], bookmarks)) bookmarks = map(lambda bk: bk.dict(), bookmarks) - process_index(bookmarks, keywords) + process_index(bookmarks, keywords, db.get_preferences())