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.
Authored by: koniu 2016-05-23
Parent(s): [66321a]
Child(ren): [4e748d]