aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg (unfollow)
Commit message (Collapse)Author
2023-08-07Add tests.Hugo Hörnquist
2023-07-25Fix and harden linter checks.Hugo Hörnquist
Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
2023-05-02Configure linters.Hugo Hörnquist
Introduce flake8 and mypy for better error checking. Fix all errors and warnings emitted by those. Also fix type error with `url_for`.
2023-04-24Hopefully fix installation issues.Hugo Hörnquist
2023-04-24License under AGPL3+Hugo Hörnquist
2022-12-09Change info gathering to proper db reads.Hugo Hörnquist
Running `xapian info` and parsing the output breaks way to easily, here we instead just open the database file and look for ourselves.
2022-12-09Add comment that python-pam is recomended.Hugo Hörnquist
2022-12-01Minor cleanups.Hugo Hörnquist
2022-12-01Fix scanning of maildirs.Hugo Hörnquist
2022-11-29Properly specify version requirements, and add directory layout.Hugo Hörnquist
2022-10-24General cleanup.Hugo Hörnquist