Expand tilde in topdirs (fixes #50)

Topdirs in recoll.conf starting with ~ wouldn't show in 'Folder' dropdown
because glob.glob() doesn't do tilde expansion. Explicit os.path.expanduser()
added.

koniu koniu 2016-05-23

changed webui.py
webui.py Diff Switch to side-by-side view
Loading...